diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-30 16:41:13 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-30 16:41:13 +0000 |
commit | ae707c8dbb26942e11c231965afc3505ba2f7d93 (patch) | |
tree | 92cd2f822be4867ee9ecc0dc9312b55367655f0a /layout/style/moz.build | |
parent | a78a87502d9973893d2d19daa17e75bc1a1043ca (diff) | |
download | UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar.gz UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar.lz UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar.xz UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.zip |
Issue #80 - De-unify layout/style
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 40b9fd659..74caf94df 100644 --- a/layout/style/moz.build +++ b/layout/style/moz.build @@ -140,7 +140,7 @@ EXPORTS.mozilla.css += [ 'StyleRule.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'AnimationCollection.cpp', 'AnimationCommon.cpp', 'CounterStyleManager.cpp', @@ -171,6 +171,7 @@ UNIFIED_SOURCES += [ 'nsCSSProps.cpp', 'nsCSSPseudoClasses.cpp', 'nsCSSPseudoElements.cpp', + 'nsCSSRuleProcessor.cpp', 'nsCSSRules.cpp', 'nsCSSScanner.cpp', 'nsCSSValue.cpp', @@ -183,6 +184,7 @@ UNIFIED_SOURCES += [ 'nsFontFaceUtils.cpp', 'nsHTMLCSSStyleSheet.cpp', 'nsHTMLStyleSheet.cpp', + 'nsLayoutStylesheetCache.cpp', 'nsMediaFeatures.cpp', 'nsNthIndexCache.cpp', 'nsROCSSPrimitiveValue.cpp', @@ -208,14 +210,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', |