summaryrefslogtreecommitdiffstats
path: root/layout/base/moz.build
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2020-05-01 18:03:44 -0400
committerGitHub <noreply@github.com>2020-05-01 18:03:44 -0400
commit2375e5ebe9bc7ae4135e9d81e345d62dcc244305 (patch)
tree50fe1caf6e895e67497a20347f2bd7dcf7888108 /layout/base/moz.build
parentf1f9fdabf129e15b8fd5be7d93f61533617fed2e (diff)
parent0c175b93cfe4e4bb1e399c35c9e0259b43a2dab8 (diff)
downloadUXP-2375e5ebe9bc7ae4135e9d81e345d62dcc244305.tar
UXP-2375e5ebe9bc7ae4135e9d81e345d62dcc244305.tar.gz
UXP-2375e5ebe9bc7ae4135e9d81e345d62dcc244305.tar.lz
UXP-2375e5ebe9bc7ae4135e9d81e345d62dcc244305.tar.xz
UXP-2375e5ebe9bc7ae4135e9d81e345d62dcc244305.zip
Merge pull request #1526 from MoonchildProductions/deunify_layout
De-unify layout
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']