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

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

Issue 225293006: Moved MQ parsing block tracking to tokenizer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed unused member var Created 6 years, 8 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/parser/MediaQueryBlockWatcher.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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 'css/TreeBoundaryCrossingRules.h', 889 'css/TreeBoundaryCrossingRules.h',
890 'css/invalidation/DescendantInvalidationSet.cpp', 890 'css/invalidation/DescendantInvalidationSet.cpp',
891 'css/invalidation/DescendantInvalidationSet.h', 891 'css/invalidation/DescendantInvalidationSet.h',
892 'css/invalidation/StyleInvalidator.cpp', 892 'css/invalidation/StyleInvalidator.cpp',
893 'css/invalidation/StyleInvalidator.h', 893 'css/invalidation/StyleInvalidator.h',
894 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', 894 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
895 'css/invalidation/StyleSheetInvalidationAnalysis.h', 895 'css/invalidation/StyleSheetInvalidationAnalysis.h',
896 'css/parser/BisonCSSParser.h', 896 'css/parser/BisonCSSParser.h',
897 'css/parser/CSSPropertyParser.cpp', 897 'css/parser/CSSPropertyParser.cpp',
898 'css/parser/CSSPropertyParser.h', 898 'css/parser/CSSPropertyParser.h',
899 'css/parser/MediaQueryBlockWatcher.cpp',
899 'css/parser/MediaQueryInputStream.cpp', 900 'css/parser/MediaQueryInputStream.cpp',
900 'css/parser/MediaQueryParser.cpp', 901 'css/parser/MediaQueryParser.cpp',
901 'css/parser/MediaQueryToken.cpp', 902 'css/parser/MediaQueryToken.cpp',
902 'css/parser/MediaQueryTokenizer.cpp', 903 'css/parser/MediaQueryTokenizer.cpp',
903 'css/resolver/AnimatedStyleBuilder.cpp', 904 'css/resolver/AnimatedStyleBuilder.cpp',
904 'css/resolver/AnimatedStyleBuilder.h', 905 'css/resolver/AnimatedStyleBuilder.h',
905 'css/resolver/CSSToStyleMap.cpp', 906 'css/resolver/CSSToStyleMap.cpp',
906 'css/resolver/CSSToStyleMap.h', 907 'css/resolver/CSSToStyleMap.h',
907 'css/resolver/ElementResolveContext.cpp', 908 'css/resolver/ElementResolveContext.cpp',
908 'css/resolver/ElementResolveContext.h', 909 'css/resolver/ElementResolveContext.h',
(...skipping 2453 matching lines...) Expand 10 before | Expand all | Expand 10 after
3362 'html/track/vtt/BufferedLineReaderTest.cpp', 3363 'html/track/vtt/BufferedLineReaderTest.cpp',
3363 'html/track/vtt/VTTScannerTest.cpp', 3364 'html/track/vtt/VTTScannerTest.cpp',
3364 'rendering/RenderOverflowTest.cpp', 3365 'rendering/RenderOverflowTest.cpp',
3365 'rendering/shapes/BoxShapeTest.cpp', 3366 'rendering/shapes/BoxShapeTest.cpp',
3366 'testing/UnitTestHelpers.cpp', 3367 'testing/UnitTestHelpers.cpp',
3367 'testing/UnitTestHelpers.h', 3368 'testing/UnitTestHelpers.h',
3368 'xml/parser/SharedBufferReaderTest.cpp', 3369 'xml/parser/SharedBufferReaderTest.cpp',
3369 ], 3370 ],
3370 } 3371 }
3371 } 3372 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/parser/MediaQueryBlockWatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698