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

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

Issue 647483009: CSS Parser: Implement parseValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 'css/invalidation/StyleInvalidator.cpp', 926 'css/invalidation/StyleInvalidator.cpp',
927 'css/invalidation/StyleInvalidator.h', 927 'css/invalidation/StyleInvalidator.h',
928 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', 928 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
929 'css/invalidation/StyleSheetInvalidationAnalysis.h', 929 'css/invalidation/StyleSheetInvalidationAnalysis.h',
930 'css/parser/BisonCSSParser.h', 930 'css/parser/BisonCSSParser.h',
931 'css/parser/BisonCSSTokenizer.h', 931 'css/parser/BisonCSSTokenizer.h',
932 'css/parser/CSSParser.cpp', 932 'css/parser/CSSParser.cpp',
933 'css/parser/CSSParser.h', 933 'css/parser/CSSParser.h',
934 'css/parser/CSSParserFastPaths.cpp', 934 'css/parser/CSSParserFastPaths.cpp',
935 'css/parser/CSSParserFastPaths.h', 935 'css/parser/CSSParserFastPaths.h',
936 'css/parser/CSSParserImpl.cpp',
937 'css/parser/CSSParserImpl.h',
936 'css/parser/CSSParserMode.cpp', 938 'css/parser/CSSParserMode.cpp',
937 'css/parser/CSSParserMode.h', 939 'css/parser/CSSParserMode.h',
938 'css/parser/CSSParserValues.cpp', 940 'css/parser/CSSParserValues.cpp',
939 'css/parser/CSSPropertyParser.cpp', 941 'css/parser/CSSPropertyParser.cpp',
940 'css/parser/CSSPropertyParser.h', 942 'css/parser/CSSPropertyParser.h',
941 'css/parser/CSSParserToken.cpp', 943 'css/parser/CSSParserToken.cpp',
942 'css/parser/CSSTokenizer.cpp', 944 'css/parser/CSSTokenizer.cpp',
943 'css/parser/CSSTokenizerInputStream.cpp', 945 'css/parser/CSSTokenizerInputStream.cpp',
944 'css/parser/MediaQueryBlockWatcher.cpp', 946 'css/parser/MediaQueryBlockWatcher.cpp',
945 'css/parser/MediaQueryParser.cpp', 947 'css/parser/MediaQueryParser.cpp',
(...skipping 2656 matching lines...) Expand 10 before | Expand all | Expand 10 after
3602 'rendering/style/OutlineValueTest.cpp', 3604 'rendering/style/OutlineValueTest.cpp',
3603 'rendering/style/RenderStyleTest.cpp', 3605 'rendering/style/RenderStyleTest.cpp',
3604 'testing/PrivateScriptTestTest.cpp', 3606 'testing/PrivateScriptTestTest.cpp',
3605 'streams/ReadableStreamTest.cpp', 3607 'streams/ReadableStreamTest.cpp',
3606 'testing/UnitTestHelpers.cpp', 3608 'testing/UnitTestHelpers.cpp',
3607 'testing/UnitTestHelpers.h', 3609 'testing/UnitTestHelpers.h',
3608 'xml/parser/SharedBufferReaderTest.cpp', 3610 'xml/parser/SharedBufferReaderTest.cpp',
3609 ], 3611 ],
3610 } 3612 }
3611 } 3613 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/parser/CSSParser.cpp » ('j') | Source/core/css/parser/CSSParserValues.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698