зеркало из 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'
|
MODULE = 'layout'
|
||||||
|
|
||||||
SOURCES += [
|
UNIFIED_SOURCES += [
|
||||||
'nsBox.cpp',
|
'nsBox.cpp',
|
||||||
'nsBoxFrame.cpp',
|
'nsBoxFrame.cpp',
|
||||||
'nsBoxLayout.cpp',
|
'nsBoxLayout.cpp',
|
||||||
|
@ -26,7 +26,7 @@ SOURCES += [
|
||||||
]
|
]
|
||||||
|
|
||||||
if CONFIG['MOZ_XUL']:
|
if CONFIG['MOZ_XUL']:
|
||||||
SOURCES += [
|
UNIFIED_SOURCES += [
|
||||||
'nsContainerBoxObject.cpp',
|
'nsContainerBoxObject.cpp',
|
||||||
'nsDeckFrame.cpp',
|
'nsDeckFrame.cpp',
|
||||||
'nsDocElementBoxFrame.cpp',
|
'nsDocElementBoxFrame.cpp',
|
||||||
|
|
|
@ -18,7 +18,7 @@ EXPORTS += [
|
||||||
'nsIGridPart.h',
|
'nsIGridPart.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
SOURCES += [
|
UNIFIED_SOURCES += [
|
||||||
'nsGrid.cpp',
|
'nsGrid.cpp',
|
||||||
'nsGridCell.cpp',
|
'nsGridCell.cpp',
|
||||||
'nsGridLayout2.cpp',
|
'nsGridLayout2.cpp',
|
||||||
|
|
|
@ -21,7 +21,7 @@ EXPORTS += [
|
||||||
'nsTreeUtils.h',
|
'nsTreeUtils.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
SOURCES += [
|
UNIFIED_SOURCES += [
|
||||||
'nsTreeBodyFrame.cpp',
|
'nsTreeBodyFrame.cpp',
|
||||||
'nsTreeBoxObject.cpp',
|
'nsTreeBoxObject.cpp',
|
||||||
'nsTreeColFrame.cpp',
|
'nsTreeColFrame.cpp',
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include "mozilla/dom/Element.h"
|
#include "mozilla/dom/Element.h"
|
||||||
#include "nsServiceManagerUtils.h"
|
#include "nsServiceManagerUtils.h"
|
||||||
|
|
||||||
namespace dom = mozilla::dom;
|
using namespace mozilla;
|
||||||
|
|
||||||
#define NS_ENSURE_NATIVE_COLUMN(_col) \
|
#define NS_ENSURE_NATIVE_COLUMN(_col) \
|
||||||
nsRefPtr<nsTreeColumn> col = nsTreeBodyFrame::GetColumnImpl(_col); \
|
nsRefPtr<nsTreeColumn> col = nsTreeBodyFrame::GetColumnImpl(_col); \
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
#include "nsGkAtoms.h"
|
#include "nsGkAtoms.h"
|
||||||
#include "nsINodeInfo.h"
|
#include "nsINodeInfo.h"
|
||||||
|
|
||||||
namespace dom = mozilla::dom;
|
using namespace mozilla;
|
||||||
|
|
||||||
nsresult
|
nsresult
|
||||||
nsTreeUtils::TokenizeProperties(const nsAString& aProperties, AtomArray & aPropertiesArray)
|
nsTreeUtils::TokenizeProperties(const nsAString& aProperties, AtomArray & aPropertiesArray)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче