diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-29 16:55:02 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-29 16:55:02 +0000 |
commit | 192d2e07c3e5842ca6f005275097449727677fde (patch) | |
tree | 1eb269fa72054362f05651c5f105982316ff4e67 /layout/generic/moz.build | |
parent | ad0a976f2d276215d1f159d1aee9553bd7ad32cd (diff) | |
download | uxp-192d2e07c3e5842ca6f005275097449727677fde.tar.gz |
Issue #80 - De-unify layout/PITA... I mean layout/generic
Diffstat (limited to 'layout/generic/moz.build')
-rw-r--r-- | layout/generic/moz.build | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/layout/generic/moz.build b/layout/generic/moz.build index 0fe98afec2..ad186ef7ae 100644 --- a/layout/generic/moz.build +++ b/layout/generic/moz.build @@ -123,7 +123,7 @@ EXPORTS.mozilla.layout += [ 'FrameChildList.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'AsyncScrollBase.cpp', 'BlockReflowInput.cpp', 'CSSAlignUtils.cpp', @@ -157,9 +157,11 @@ UNIFIED_SOURCES += [ 'nsIntervalSet.cpp', 'nsLeafFrame.cpp', 'nsLineBox.cpp', + 'nsLineLayout.cpp', 'nsPageContentFrame.cpp', 'nsPageFrame.cpp', 'nsPlaceholderFrame.cpp', + 'nsPluginFrame.cpp', 'nsRubyBaseContainerFrame.cpp', 'nsRubyBaseFrame.cpp', 'nsRubyContentFrame.cpp', @@ -185,13 +187,6 @@ UNIFIED_SOURCES += [ 'TextOverflow.cpp', ] -# nsLineLayout.cpp needs to be built separately because it uses plarena.h. -# nsPluginFrame.cpp needs to be built separately because of name clashes in the OS X headers. -SOURCES += [ - 'nsLineLayout.cpp', - 'nsPluginFrame.cpp', -] - include('/ipc/chromium/chromium-config.mozbuild') FINAL_LIBRARY = 'xul' |