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

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

Issue 1134173002: Get rid of TreeBoundaryCrossingRules. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missing important UA rules. Created 5 years, 6 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 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 'css/StyleRuleImport.h', 1210 'css/StyleRuleImport.h',
1211 'css/StyleRuleKeyframe.cpp', 1211 'css/StyleRuleKeyframe.cpp',
1212 'css/StyleRuleKeyframe.h', 1212 'css/StyleRuleKeyframe.h',
1213 'css/StyleRuleNamespace.h', 1213 'css/StyleRuleNamespace.h',
1214 'css/StyleSheet.cpp', 1214 'css/StyleSheet.cpp',
1215 'css/StyleSheet.h', 1215 'css/StyleSheet.h',
1216 'css/StyleSheetContents.cpp', 1216 'css/StyleSheetContents.cpp',
1217 'css/StyleSheetContents.h', 1217 'css/StyleSheetContents.h',
1218 'css/StyleSheetList.cpp', 1218 'css/StyleSheetList.cpp',
1219 'css/StyleSheetList.h', 1219 'css/StyleSheetList.h',
1220 'css/TreeBoundaryCrossingRules.cpp',
1221 'css/TreeBoundaryCrossingRules.h',
1222 'css/invalidation/DescendantInvalidationSet.cpp', 1220 'css/invalidation/DescendantInvalidationSet.cpp',
1223 'css/invalidation/DescendantInvalidationSet.h', 1221 'css/invalidation/DescendantInvalidationSet.h',
1224 'css/invalidation/StyleInvalidator.cpp', 1222 'css/invalidation/StyleInvalidator.cpp',
1225 'css/invalidation/StyleInvalidator.h', 1223 'css/invalidation/StyleInvalidator.h',
1226 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', 1224 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
1227 'css/invalidation/StyleSheetInvalidationAnalysis.h', 1225 'css/invalidation/StyleSheetInvalidationAnalysis.h',
1228 'css/parser/CSSParser.cpp', 1226 'css/parser/CSSParser.cpp',
1229 'css/parser/CSSParser.h', 1227 'css/parser/CSSParser.h',
1230 'css/parser/CSSParserFastPaths.cpp', 1228 'css/parser/CSSParserFastPaths.cpp',
1231 'css/parser/CSSParserFastPaths.h', 1229 'css/parser/CSSParserFastPaths.h',
(...skipping 2677 matching lines...) Expand 10 before | Expand all | Expand 10 after
3909 'style/ComputedStyleTest.cpp', 3907 'style/ComputedStyleTest.cpp',
3910 'style/OutlineValueTest.cpp', 3908 'style/OutlineValueTest.cpp',
3911 'style/SVGComputedStyleTest.cpp', 3909 'style/SVGComputedStyleTest.cpp',
3912 'testing/PrivateScriptTestTest.cpp', 3910 'testing/PrivateScriptTestTest.cpp',
3913 'timing/MemoryInfoTest.cpp', 3911 'timing/MemoryInfoTest.cpp',
3914 'workers/WorkerThreadTest.cpp', 3912 'workers/WorkerThreadTest.cpp',
3915 'xml/parser/SharedBufferReaderTest.cpp', 3913 'xml/parser/SharedBufferReaderTest.cpp',
3916 ], 3914 ],
3917 } 3915 }
3918 } 3916 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element-expected.txt ('k') | Source/core/css/ElementRuleCollector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698