diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-30 16:41:13 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-06 19:12:11 +0200 |
commit | aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d (patch) | |
tree | bbfaf4656a3cd4fa12bc79f682a069a4cb3d007c /layout/style/moz.build | |
parent | 537c63d600ac5769c509e0f9c7fdd53a294615eb (diff) | |
download | UXP-aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d.tar UXP-aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d.tar.gz UXP-aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d.tar.lz UXP-aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d.tar.xz UXP-aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d.zip |
Issue #80 - De-unify layout/style (redwood)
Diffstat (limited to 'layout/style/moz.build')
-rw-r--r-- | layout/style/moz.build | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/layout/style/moz.build b/layout/style/moz.build index 3dc2a19af..ff06b5101 100644 --- a/layout/style/moz.build +++ b/layout/style/moz.build @@ -139,7 +139,7 @@ EXPORTS.mozilla.css += [ 'StyleRule.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'AnimationCollection.cpp', 'AnimationCommon.cpp', 'CounterStyleManager.cpp', @@ -169,6 +169,7 @@ UNIFIED_SOURCES += [ 'nsCSSProps.cpp', 'nsCSSPseudoClasses.cpp', 'nsCSSPseudoElements.cpp', + 'nsCSSRuleProcessor.cpp', 'nsCSSRules.cpp', 'nsCSSScanner.cpp', 'nsCSSValue.cpp', @@ -181,6 +182,7 @@ UNIFIED_SOURCES += [ 'nsFontFaceUtils.cpp', 'nsHTMLCSSStyleSheet.cpp', 'nsHTMLStyleSheet.cpp', + 'nsLayoutStylesheetCache.cpp', 'nsMediaFeatures.cpp', 'nsNthIndexCache.cpp', 'nsROCSSPrimitiveValue.cpp', @@ -206,14 +208,6 @@ UNIFIED_SOURCES += [ 'SVGAttrAnimationRuleProcessor.cpp', ] -# nsCSSRuleProcessor.cpp needs to be built separately because it uses plarena.h. -# nsLayoutStylesheetCache.cpp needs to be built separately because it uses -# nsExceptionHandler.h, which includes windows.h. -SOURCES += [ - 'nsCSSRuleProcessor.cpp', - 'nsLayoutStylesheetCache.cpp', -] - EXTRA_COMPONENTS += [ 'CSSUnprefixingService.js', 'CSSUnprefixingService.manifest', |