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

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

Issue 204873003: Factor the style invalidation tree walk out of RuleFeatureSet, and make it generic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added explicit. Created 6 years, 9 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
« no previous file with comments | « no previous file | Source/core/css/RuleFeature.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 'css/SelectorChecker.cpp', 827 'css/SelectorChecker.cpp',
828 'css/SelectorChecker.h', 828 'css/SelectorChecker.h',
829 'css/SelectorCheckerFastPath.cpp', 829 'css/SelectorCheckerFastPath.cpp',
830 'css/SelectorCheckerFastPath.h', 830 'css/SelectorCheckerFastPath.h',
831 'css/SelectorFilter.cpp', 831 'css/SelectorFilter.cpp',
832 'css/SelectorFilter.h', 832 'css/SelectorFilter.h',
833 'css/SiblingTraversalStrategies.h', 833 'css/SiblingTraversalStrategies.h',
834 'css/StyleColor.h', 834 'css/StyleColor.h',
835 'css/StyleInvalidationAnalysis.cpp', 835 'css/StyleInvalidationAnalysis.cpp',
836 'css/StyleInvalidationAnalysis.h', 836 'css/StyleInvalidationAnalysis.h',
837 'css/invalidation/StyleInvalidator.cpp',
838 'css/invalidation/StyleInvalidator.h',
837 'css/StyleMedia.cpp', 839 'css/StyleMedia.cpp',
838 'css/StyleMedia.h', 840 'css/StyleMedia.h',
839 'css/StylePropertySerializer.cpp', 841 'css/StylePropertySerializer.cpp',
840 'css/StylePropertySerializer.h', 842 'css/StylePropertySerializer.h',
841 'css/StylePropertySet.cpp', 843 'css/StylePropertySet.cpp',
842 'css/StylePropertySet.h', 844 'css/StylePropertySet.h',
843 'css/StylePropertyShorthandCustom.cpp', 845 'css/StylePropertyShorthandCustom.cpp',
844 'css/StyleRule.cpp', 846 'css/StyleRule.cpp',
845 'css/StyleRule.h', 847 'css/StyleRule.h',
846 'css/StyleRuleImport.cpp', 848 'css/StyleRuleImport.cpp',
(...skipping 2476 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 'html/track/vtt/BufferedLineReaderTest.cpp', 3325 'html/track/vtt/BufferedLineReaderTest.cpp',
3324 'html/track/vtt/VTTScannerTest.cpp', 3326 'html/track/vtt/VTTScannerTest.cpp',
3325 'rendering/RenderOverflowTest.cpp', 3327 'rendering/RenderOverflowTest.cpp',
3326 'rendering/shapes/BoxShapeTest.cpp', 3328 'rendering/shapes/BoxShapeTest.cpp',
3327 'testing/UnitTestHelpers.cpp', 3329 'testing/UnitTestHelpers.cpp',
3328 'testing/UnitTestHelpers.h', 3330 'testing/UnitTestHelpers.h',
3329 'xml/parser/SharedBufferReaderTest.cpp', 3331 'xml/parser/SharedBufferReaderTest.cpp',
3330 ], 3332 ],
3331 } 3333 }
3332 } 3334 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/RuleFeature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698