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

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

Issue 208423010: Remove SelectorCheckerFastPath (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: const 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/css/ElementRuleCollector.cpp » ('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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 'css/RemoteFontFaceSource.h', 821 'css/RemoteFontFaceSource.h',
822 'css/RuleFeature.cpp', 822 'css/RuleFeature.cpp',
823 'css/RuleFeature.h', 823 'css/RuleFeature.h',
824 'css/RuleSet.cpp', 824 'css/RuleSet.cpp',
825 'css/RuleSet.h', 825 'css/RuleSet.h',
826 'css/RuntimeCSSEnabled.cpp', 826 'css/RuntimeCSSEnabled.cpp',
827 'css/RuntimeCSSEnabled.h', 827 'css/RuntimeCSSEnabled.h',
828 'css/SVGCSSComputedStyleDeclaration.cpp', 828 'css/SVGCSSComputedStyleDeclaration.cpp',
829 'css/SelectorChecker.cpp', 829 'css/SelectorChecker.cpp',
830 'css/SelectorChecker.h', 830 'css/SelectorChecker.h',
831 'css/SelectorCheckerFastPath.cpp',
832 'css/SelectorCheckerFastPath.h',
833 'css/SelectorFilter.cpp', 831 'css/SelectorFilter.cpp',
834 'css/SelectorFilter.h', 832 'css/SelectorFilter.h',
835 'css/SiblingTraversalStrategies.h', 833 'css/SiblingTraversalStrategies.h',
836 'css/StyleColor.h', 834 'css/StyleColor.h',
837 'css/StyleInvalidationAnalysis.cpp', 835 'css/StyleInvalidationAnalysis.cpp',
838 'css/StyleInvalidationAnalysis.h', 836 'css/StyleInvalidationAnalysis.h',
839 'css/invalidation/StyleInvalidator.cpp', 837 'css/invalidation/StyleInvalidator.cpp',
840 'css/invalidation/StyleInvalidator.h', 838 'css/invalidation/StyleInvalidator.h',
841 'css/StyleMedia.cpp', 839 'css/StyleMedia.cpp',
842 'css/StyleMedia.h', 840 'css/StyleMedia.h',
(...skipping 2482 matching lines...) Expand 10 before | Expand all | Expand 10 after
3325 'html/track/vtt/BufferedLineReaderTest.cpp', 3323 'html/track/vtt/BufferedLineReaderTest.cpp',
3326 'html/track/vtt/VTTScannerTest.cpp', 3324 'html/track/vtt/VTTScannerTest.cpp',
3327 'rendering/RenderOverflowTest.cpp', 3325 'rendering/RenderOverflowTest.cpp',
3328 'rendering/shapes/BoxShapeTest.cpp', 3326 'rendering/shapes/BoxShapeTest.cpp',
3329 'testing/UnitTestHelpers.cpp', 3327 'testing/UnitTestHelpers.cpp',
3330 'testing/UnitTestHelpers.h', 3328 'testing/UnitTestHelpers.h',
3331 'xml/parser/SharedBufferReaderTest.cpp', 3329 'xml/parser/SharedBufferReaderTest.cpp',
3332 ], 3330 ],
3333 } 3331 }
3334 } 3332 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/ElementRuleCollector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698