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

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

Issue 129633003: Add a first pass of a class descendant invalidator, and a containing RuleSetAnalyzer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed extra line. Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/css/RuleFeature.h » ('j') | Source/core/css/RuleFeature.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 'css/StyleSheet.cpp', 811 'css/StyleSheet.cpp',
812 'css/StyleSheet.h', 812 'css/StyleSheet.h',
813 'css/StyleSheetContents.cpp', 813 'css/StyleSheetContents.cpp',
814 'css/StyleSheetContents.h', 814 'css/StyleSheetContents.h',
815 'css/StyleSheetList.cpp', 815 'css/StyleSheetList.cpp',
816 'css/StyleSheetList.h', 816 'css/StyleSheetList.h',
817 'css/VariablesIterator.cpp', 817 'css/VariablesIterator.cpp',
818 'css/VariablesIterator.h', 818 'css/VariablesIterator.h',
819 'css/TreeBoundaryCrossingRules.cpp', 819 'css/TreeBoundaryCrossingRules.cpp',
820 'css/TreeBoundaryCrossingRules.h', 820 'css/TreeBoundaryCrossingRules.h',
821 'css/analyzer/DescendantInvalidationSet.h',
822 'css/analyzer/DescendantInvalidationSet.cpp',
823 'css/analyzer/RuleSetAnalyzer.h',
824 'css/analyzer/RuleSetAnalyzer.cpp',
821 'css/resolver/AnimatedStyleBuilder.cpp', 825 'css/resolver/AnimatedStyleBuilder.cpp',
822 'css/resolver/AnimatedStyleBuilder.h', 826 'css/resolver/AnimatedStyleBuilder.h',
823 'css/resolver/CSSToStyleMap.cpp', 827 'css/resolver/CSSToStyleMap.cpp',
824 'css/resolver/CSSToStyleMap.h', 828 'css/resolver/CSSToStyleMap.h',
825 'css/resolver/ElementResolveContext.cpp', 829 'css/resolver/ElementResolveContext.cpp',
826 'css/resolver/ElementResolveContext.h', 830 'css/resolver/ElementResolveContext.h',
827 'css/resolver/ElementStyleResources.cpp', 831 'css/resolver/ElementStyleResources.cpp',
828 'css/resolver/ElementStyleResources.h', 832 'css/resolver/ElementStyleResources.h',
829 'css/resolver/FilterOperationResolver.cpp', 833 'css/resolver/FilterOperationResolver.cpp',
830 'css/resolver/FilterOperationResolver.h', 834 'css/resolver/FilterOperationResolver.h',
(...skipping 2420 matching lines...) Expand 10 before | Expand all | Expand 10 after
3251 'html/track/vtt/BufferedLineReaderTest.cpp', 3255 'html/track/vtt/BufferedLineReaderTest.cpp',
3252 'html/track/vtt/VTTScannerTest.cpp', 3256 'html/track/vtt/VTTScannerTest.cpp',
3253 'frame/ImageBitmapTest.cpp', 3257 'frame/ImageBitmapTest.cpp',
3254 'rendering/RenderOverflowTest.cpp', 3258 'rendering/RenderOverflowTest.cpp',
3255 'rendering/shapes/BoxShapeTest.cpp', 3259 'rendering/shapes/BoxShapeTest.cpp',
3256 'testing/UnitTestHelpers.h', 3260 'testing/UnitTestHelpers.h',
3257 'testing/UnitTestHelpers.cpp', 3261 'testing/UnitTestHelpers.cpp',
3258 ], 3262 ],
3259 } 3263 }
3260 } 3264 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/RuleFeature.h » ('j') | Source/core/css/RuleFeature.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698