summaryrefslogtreecommitdiffstats
path: root/layout/base/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-29 12:36:53 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-06 19:05:49 +0200
commit528abd534ef3e785d4a926a235e58f5c5179aef5 (patch)
tree67d848fa3880b5761ebf26fddf397dbe16880730 /layout/base/moz.build
parent519030e688dd7075a7cd9f14dd6fb9e210b5a689 (diff)
downloadUXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar
UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar.gz
UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar.lz
UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar.xz
UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.zip
Issue #80 - De-unify layout/base
Diffstat (limited to 'layout/base/moz.build')
-rw-r--r--layout/base/moz.build11
1 files changed, 3 insertions, 8 deletions
diff --git a/layout/base/moz.build b/layout/base/moz.build
index afc683665..f115280ce 100644
--- a/layout/base/moz.build
+++ b/layout/base/moz.build
@@ -119,7 +119,7 @@ EXPORTS.mozilla += [
'StaticPresData.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'AccessibleCaret.cpp',
'AccessibleCaretEventHub.cpp',
'AccessibleCaretManager.cpp',
@@ -151,9 +151,11 @@ UNIFIED_SOURCES += [
'nsLayoutDebugger.cpp',
'nsLayoutHistoryState.cpp',
'nsLayoutUtils.cpp',
+ 'nsPresArena.cpp',
'nsPresContext.cpp',
'nsPresShell.cpp',
'nsQuoteList.cpp',
+ 'nsRefreshDriver.cpp',
'nsStyleChangeList.cpp',
'nsStyleSheetService.cpp',
'PaintTracker.cpp',
@@ -169,13 +171,6 @@ UNIFIED_SOURCES += [
'ZoomConstraintsClient.cpp',
]
-# nsPresArena.cpp needs to be built separately because it uses plarena.h.
-# nsRefreshDriver.cpp needs to be built separately because of name clashes in the OS X headers
-SOURCES += [
- 'nsPresArena.cpp',
- 'nsRefreshDriver.cpp',
-]
-
if CONFIG['ENABLE_TESTS']:
DIRS += ['gtest']