Skip to content
Snippets Groups Projects
Commit c57cbd21 authored by Ehsan Akhgari's avatar Ehsan Akhgari
Browse files

Bug 938869 - Build layout/xul in unified mode; r=roc

parent 40730ae4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment