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

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

Issue 566483002: Split out CSSParser public API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: \ Created 6 years, 3 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 | « Source/core/animation/TimingInput.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'css/StyleSheetList.h', 916 'css/StyleSheetList.h',
917 'css/TreeBoundaryCrossingRules.cpp', 917 'css/TreeBoundaryCrossingRules.cpp',
918 'css/TreeBoundaryCrossingRules.h', 918 'css/TreeBoundaryCrossingRules.h',
919 'css/invalidation/DescendantInvalidationSet.cpp', 919 'css/invalidation/DescendantInvalidationSet.cpp',
920 'css/invalidation/DescendantInvalidationSet.h', 920 'css/invalidation/DescendantInvalidationSet.h',
921 'css/invalidation/StyleInvalidator.cpp', 921 'css/invalidation/StyleInvalidator.cpp',
922 'css/invalidation/StyleInvalidator.h', 922 'css/invalidation/StyleInvalidator.h',
923 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', 923 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
924 'css/invalidation/StyleSheetInvalidationAnalysis.h', 924 'css/invalidation/StyleSheetInvalidationAnalysis.h',
925 'css/parser/BisonCSSParser.h', 925 'css/parser/BisonCSSParser.h',
926 'css/parser/CSSParser.cpp',
927 'css/parser/CSSParser.h',
926 'css/parser/CSSParserMode.cpp', 928 'css/parser/CSSParserMode.cpp',
927 'css/parser/CSSParserMode.h', 929 'css/parser/CSSParserMode.h',
928 'css/parser/CSSParserValues.cpp', 930 'css/parser/CSSParserValues.cpp',
929 'css/parser/CSSPropertyParser.cpp', 931 'css/parser/CSSPropertyParser.cpp',
930 'css/parser/CSSPropertyParser.h', 932 'css/parser/CSSPropertyParser.h',
931 'css/parser/CSSTokenizer.h', 933 'css/parser/CSSTokenizer.h',
932 'css/parser/MediaQueryBlockWatcher.cpp', 934 'css/parser/MediaQueryBlockWatcher.cpp',
933 'css/parser/MediaQueryInputStream.cpp', 935 'css/parser/MediaQueryInputStream.cpp',
934 'css/parser/MediaQueryParser.cpp', 936 'css/parser/MediaQueryParser.cpp',
935 'css/parser/SizesCalcParser.cpp', 937 'css/parser/SizesCalcParser.cpp',
(...skipping 2571 matching lines...) Expand 10 before | Expand all | Expand 10 after
3507 'rendering/shapes/BoxShapeTest.cpp', 3509 'rendering/shapes/BoxShapeTest.cpp',
3508 'rendering/style/OutlineValueTest.cpp', 3510 'rendering/style/OutlineValueTest.cpp',
3509 'testing/PrivateScriptTestTest.cpp', 3511 'testing/PrivateScriptTestTest.cpp',
3510 'streams/ReadableStreamTest.cpp', 3512 'streams/ReadableStreamTest.cpp',
3511 'testing/UnitTestHelpers.cpp', 3513 'testing/UnitTestHelpers.cpp',
3512 'testing/UnitTestHelpers.h', 3514 'testing/UnitTestHelpers.h',
3513 'xml/parser/SharedBufferReaderTest.cpp', 3515 'xml/parser/SharedBufferReaderTest.cpp',
3514 ], 3516 ],
3515 } 3517 }
3516 } 3518 }
OLDNEW
« no previous file with comments | « Source/core/animation/TimingInput.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698