зеркало из https://github.com/mozilla/gecko-dev.git
Bug 938869 - Build layout/xul in unified mode; r=roc
This commit is contained in:
Родитель
40730ae4c6
Коммит
c57cbd213b
|
@ -6,7 +6,7 @@
|
|||
|
||||
MODULE = 'layout'
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsBox.cpp',
|
||||
'nsBoxFrame.cpp',
|
||||
'nsBoxLayout.cpp',
|
||||
|
@ -26,7 +26,7 @@ SOURCES += [
|
|||
]
|
||||
|
||||
if CONFIG['MOZ_XUL']:
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsContainerBoxObject.cpp',
|
||||
'nsDeckFrame.cpp',
|
||||
'nsDocElementBoxFrame.cpp',
|
||||
|
|
|
@ -18,7 +18,7 @@ EXPORTS += [
|
|||
'nsIGridPart.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsGrid.cpp',
|
||||
'nsGridCell.cpp',
|
||||
'nsGridLayout2.cpp',
|
||||
|
|
|
@ -21,7 +21,7 @@ EXPORTS += [
|
|||
'nsTreeUtils.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsTreeBodyFrame.cpp',
|
||||
'nsTreeBoxObject.cpp',
|
||||
'nsTreeColFrame.cpp',
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include "mozilla/dom/Element.h"
|
||||
#include "nsServiceManagerUtils.h"
|
||||
|
||||
namespace dom = mozilla::dom;
|
||||
using namespace mozilla;
|
||||
|
||||
#define NS_ENSURE_NATIVE_COLUMN(_col) \
|
||||
nsRefPtr<nsTreeColumn> col = nsTreeBodyFrame::GetColumnImpl(_col); \
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "nsGkAtoms.h"
|
||||
#include "nsINodeInfo.h"
|
||||
|
||||
namespace dom = mozilla::dom;
|
||||
using namespace mozilla;
|
||||
|
||||
nsresult
|
||||
nsTreeUtils::TokenizeProperties(const nsAString& aProperties, AtomArray & aPropertiesArray)
|
||||
|
|
Загрузка…
Ссылка в новой задаче