Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(780)

Side by Side Diff: Source/core/core.gypi

Issue 1332493002: Revert "Implement proposed shadow tree cascade order." (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 'css/StyleRuleImport.h', 1191 'css/StyleRuleImport.h',
1192 'css/StyleRuleKeyframe.cpp', 1192 'css/StyleRuleKeyframe.cpp',
1193 'css/StyleRuleKeyframe.h', 1193 'css/StyleRuleKeyframe.h',
1194 'css/StyleRuleNamespace.h', 1194 'css/StyleRuleNamespace.h',
1195 'css/StyleSheet.cpp', 1195 'css/StyleSheet.cpp',
1196 'css/StyleSheet.h', 1196 'css/StyleSheet.h',
1197 'css/StyleSheetContents.cpp', 1197 'css/StyleSheetContents.cpp',
1198 'css/StyleSheetContents.h', 1198 'css/StyleSheetContents.h',
1199 'css/StyleSheetList.cpp', 1199 'css/StyleSheetList.cpp',
1200 'css/StyleSheetList.h', 1200 'css/StyleSheetList.h',
1201 'css/TreeBoundaryCrossingRules.cpp',
1202 'css/TreeBoundaryCrossingRules.h',
1201 'css/invalidation/DescendantInvalidationSet.cpp', 1203 'css/invalidation/DescendantInvalidationSet.cpp',
1202 'css/invalidation/DescendantInvalidationSet.h', 1204 'css/invalidation/DescendantInvalidationSet.h',
1203 'css/invalidation/StyleInvalidator.cpp', 1205 'css/invalidation/StyleInvalidator.cpp',
1204 'css/invalidation/StyleInvalidator.h', 1206 'css/invalidation/StyleInvalidator.h',
1205 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', 1207 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
1206 'css/invalidation/StyleSheetInvalidationAnalysis.h', 1208 'css/invalidation/StyleSheetInvalidationAnalysis.h',
1207 'css/parser/CSSParser.cpp', 1209 'css/parser/CSSParser.cpp',
1208 'css/parser/CSSParser.h', 1210 'css/parser/CSSParser.h',
1209 'css/parser/CSSParserFastPaths.cpp', 1211 'css/parser/CSSParserFastPaths.cpp',
1210 'css/parser/CSSParserFastPaths.h', 1212 'css/parser/CSSParserFastPaths.h',
(...skipping 2644 matching lines...) Expand 10 before | Expand all | Expand 10 after
3855 'style/OutlineValueTest.cpp', 3857 'style/OutlineValueTest.cpp',
3856 'style/SVGComputedStyleTest.cpp', 3858 'style/SVGComputedStyleTest.cpp',
3857 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3858 'testing/PrivateScriptTestTest.cpp', 3860 'testing/PrivateScriptTestTest.cpp',
3859 'timing/MemoryInfoTest.cpp', 3861 'timing/MemoryInfoTest.cpp',
3860 'workers/WorkerThreadTest.cpp', 3862 'workers/WorkerThreadTest.cpp',
3861 'xml/parser/SharedBufferReaderTest.cpp', 3863 'xml/parser/SharedBufferReaderTest.cpp',
3862 ], 3864 ],
3863 } 3865 }
3864 } 3866 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element-expected.txt ('k') | Source/core/css/TreeBoundaryCrossingRules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698