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

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

Issue 790593004: CSS Parser: Implement selector parsing [1/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 6 years 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/CSSParser.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 '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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'css/parser/CSSParserImpl.cpp', 879 'css/parser/CSSParserImpl.cpp',
880 'css/parser/CSSParserImpl.h', 880 'css/parser/CSSParserImpl.h',
881 'css/parser/CSSParserMode.cpp', 881 'css/parser/CSSParserMode.cpp',
882 'css/parser/CSSParserMode.h', 882 'css/parser/CSSParserMode.h',
883 'css/parser/CSSParserToken.cpp', 883 'css/parser/CSSParserToken.cpp',
884 'css/parser/CSSParserTokenRange.cpp', 884 'css/parser/CSSParserTokenRange.cpp',
885 'css/parser/CSSParserTokenRange.h', 885 'css/parser/CSSParserTokenRange.h',
886 'css/parser/CSSParserValues.cpp', 886 'css/parser/CSSParserValues.cpp',
887 'css/parser/CSSPropertyParser.cpp', 887 'css/parser/CSSPropertyParser.cpp',
888 'css/parser/CSSPropertyParser.h', 888 'css/parser/CSSPropertyParser.h',
889 'css/parser/CSSSelectorParser.cpp',
890 'css/parser/CSSSelectorParser.h',
889 'css/parser/CSSTokenizer.cpp', 891 'css/parser/CSSTokenizer.cpp',
890 'css/parser/CSSTokenizerInputStream.cpp', 892 'css/parser/CSSTokenizerInputStream.cpp',
891 'css/parser/MediaQueryBlockWatcher.cpp', 893 'css/parser/MediaQueryBlockWatcher.cpp',
892 'css/parser/MediaQueryParser.cpp', 894 'css/parser/MediaQueryParser.cpp',
893 'css/parser/SizesAttributeParser.cpp', 895 'css/parser/SizesAttributeParser.cpp',
894 'css/parser/SizesCalcParser.cpp', 896 'css/parser/SizesCalcParser.cpp',
895 'css/resolver/AnimatedStyleBuilder.cpp', 897 'css/resolver/AnimatedStyleBuilder.cpp',
896 'css/resolver/AnimatedStyleBuilder.h', 898 'css/resolver/AnimatedStyleBuilder.h',
897 'css/resolver/CSSToStyleMap.cpp', 899 'css/resolver/CSSToStyleMap.cpp',
898 'css/resolver/CSSToStyleMap.h', 900 'css/resolver/CSSToStyleMap.h',
(...skipping 2742 matching lines...) Expand 10 before | Expand all | Expand 10 after
3641 'rendering/style/RenderStyleTest.cpp', 3643 'rendering/style/RenderStyleTest.cpp',
3642 'rendering/style/SVGRenderStyleTest.cpp', 3644 'rendering/style/SVGRenderStyleTest.cpp',
3643 'streams/ReadableStreamTest.cpp', 3645 'streams/ReadableStreamTest.cpp',
3644 'testing/PrivateScriptTestTest.cpp', 3646 'testing/PrivateScriptTestTest.cpp',
3645 'testing/UnitTestHelpers.cpp', 3647 'testing/UnitTestHelpers.cpp',
3646 'testing/UnitTestHelpers.h', 3648 'testing/UnitTestHelpers.h',
3647 'xml/parser/SharedBufferReaderTest.cpp', 3649 'xml/parser/SharedBufferReaderTest.cpp',
3648 ], 3650 ],
3649 } 3651 }
3650 } 3652 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/parser/CSSParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698