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

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

Issue 1224673002: Implement proposed shadow tree cascade order. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added documentation Created 5 years, 4 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 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 'css/StyleRuleImport.h', 1187 'css/StyleRuleImport.h',
1188 'css/StyleRuleKeyframe.cpp', 1188 'css/StyleRuleKeyframe.cpp',
1189 'css/StyleRuleKeyframe.h', 1189 'css/StyleRuleKeyframe.h',
1190 'css/StyleRuleNamespace.h', 1190 'css/StyleRuleNamespace.h',
1191 'css/StyleSheet.cpp', 1191 'css/StyleSheet.cpp',
1192 'css/StyleSheet.h', 1192 'css/StyleSheet.h',
1193 'css/StyleSheetContents.cpp', 1193 'css/StyleSheetContents.cpp',
1194 'css/StyleSheetContents.h', 1194 'css/StyleSheetContents.h',
1195 'css/StyleSheetList.cpp', 1195 'css/StyleSheetList.cpp',
1196 'css/StyleSheetList.h', 1196 'css/StyleSheetList.h',
1197 'css/TreeBoundaryCrossingRules.cpp',
1198 'css/TreeBoundaryCrossingRules.h',
1199 'css/invalidation/DescendantInvalidationSet.cpp', 1197 'css/invalidation/DescendantInvalidationSet.cpp',
1200 'css/invalidation/DescendantInvalidationSet.h', 1198 'css/invalidation/DescendantInvalidationSet.h',
1201 'css/invalidation/StyleInvalidator.cpp', 1199 'css/invalidation/StyleInvalidator.cpp',
1202 'css/invalidation/StyleInvalidator.h', 1200 'css/invalidation/StyleInvalidator.h',
1203 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', 1201 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
1204 'css/invalidation/StyleSheetInvalidationAnalysis.h', 1202 'css/invalidation/StyleSheetInvalidationAnalysis.h',
1205 'css/parser/CSSParser.cpp', 1203 'css/parser/CSSParser.cpp',
1206 'css/parser/CSSParser.h', 1204 'css/parser/CSSParser.h',
1207 'css/parser/CSSParserFastPaths.cpp', 1205 'css/parser/CSSParserFastPaths.cpp',
1208 'css/parser/CSSParserFastPaths.h', 1206 'css/parser/CSSParserFastPaths.h',
(...skipping 2608 matching lines...) Expand 10 before | Expand all | Expand 10 after
3817 'style/OutlineValueTest.cpp', 3815 'style/OutlineValueTest.cpp',
3818 'style/SVGComputedStyleTest.cpp', 3816 'style/SVGComputedStyleTest.cpp',
3819 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3817 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3820 'testing/PrivateScriptTestTest.cpp', 3818 'testing/PrivateScriptTestTest.cpp',
3821 'timing/MemoryInfoTest.cpp', 3819 'timing/MemoryInfoTest.cpp',
3822 'workers/WorkerThreadTest.cpp', 3820 'workers/WorkerThreadTest.cpp',
3823 'xml/parser/SharedBufferReaderTest.cpp', 3821 'xml/parser/SharedBufferReaderTest.cpp',
3824 ], 3822 ],
3825 } 3823 }
3826 } 3824 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698