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

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

Issue 1883983003: Remove CSSParserValues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | third_party/WebKit/Source/core/css/parser/CSSParserValues.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 '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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 'css/parser/CSSParserFastPaths.cpp', 1369 'css/parser/CSSParserFastPaths.cpp',
1370 'css/parser/CSSParserFastPaths.h', 1370 'css/parser/CSSParserFastPaths.h',
1371 'css/parser/CSSParserImpl.cpp', 1371 'css/parser/CSSParserImpl.cpp',
1372 'css/parser/CSSParserImpl.h', 1372 'css/parser/CSSParserImpl.h',
1373 'css/parser/CSSParserMode.cpp', 1373 'css/parser/CSSParserMode.cpp',
1374 'css/parser/CSSParserMode.h', 1374 'css/parser/CSSParserMode.h',
1375 'css/parser/CSSParserObserverWrapper.cpp', 1375 'css/parser/CSSParserObserverWrapper.cpp',
1376 'css/parser/CSSParserToken.cpp', 1376 'css/parser/CSSParserToken.cpp',
1377 'css/parser/CSSParserTokenRange.cpp', 1377 'css/parser/CSSParserTokenRange.cpp',
1378 'css/parser/CSSParserTokenRange.h', 1378 'css/parser/CSSParserTokenRange.h',
1379 'css/parser/CSSParserValues.cpp',
1380 'css/parser/CSSParserSelector.h', 1379 'css/parser/CSSParserSelector.h',
1381 'css/parser/CSSParserSelector.cpp', 1380 'css/parser/CSSParserSelector.cpp',
1382 'css/parser/CSSPropertyParser.cpp', 1381 'css/parser/CSSPropertyParser.cpp',
1383 'css/parser/CSSPropertyParser.h', 1382 'css/parser/CSSPropertyParser.h',
1384 'css/parser/CSSPropertyParserHelpers.cpp', 1383 'css/parser/CSSPropertyParserHelpers.cpp',
1385 'css/parser/CSSPropertyParserHelpers.h', 1384 'css/parser/CSSPropertyParserHelpers.h',
1386 'css/parser/CSSSelectorParser.cpp', 1385 'css/parser/CSSSelectorParser.cpp',
1387 'css/parser/CSSSelectorParser.h', 1386 'css/parser/CSSSelectorParser.h',
1388 'css/parser/CSSSupportsParser.cpp', 1387 'css/parser/CSSSupportsParser.cpp',
1389 'css/parser/CSSSupportsParser.h', 1388 'css/parser/CSSSupportsParser.h',
(...skipping 2531 matching lines...) Expand 10 before | Expand all | Expand 10 after
3921 'css/DragUpdateTest.cpp', 3920 'css/DragUpdateTest.cpp',
3922 'css/MediaQueryEvaluatorTest.cpp', 3921 'css/MediaQueryEvaluatorTest.cpp',
3923 'css/MediaQueryListTest.cpp', 3922 'css/MediaQueryListTest.cpp',
3924 'css/MediaQueryMatcherTest.cpp', 3923 'css/MediaQueryMatcherTest.cpp',
3925 'css/MediaQuerySetTest.cpp', 3924 'css/MediaQuerySetTest.cpp',
3926 'css/MediaValuesTest.cpp', 3925 'css/MediaValuesTest.cpp',
3927 'css/RuleFeatureSetTest.cpp', 3926 'css/RuleFeatureSetTest.cpp',
3928 'css/RuleSetTest.cpp', 3927 'css/RuleSetTest.cpp',
3929 'css/StyleSheetContentsTest.cpp', 3928 'css/StyleSheetContentsTest.cpp',
3930 'css/invalidation/InvalidationSetTest.cpp', 3929 'css/invalidation/InvalidationSetTest.cpp',
3931 'css/parser/CSSParserValuesTest.cpp',
3932 'css/parser/CSSPropertyParserTest.cpp', 3930 'css/parser/CSSPropertyParserTest.cpp',
3933 'css/parser/CSSSelectorParserTest.cpp', 3931 'css/parser/CSSSelectorParserTest.cpp',
3934 'css/parser/CSSTokenizerTest.cpp', 3932 'css/parser/CSSTokenizerTest.cpp',
3935 'css/parser/MediaConditionTest.cpp', 3933 'css/parser/MediaConditionTest.cpp',
3936 'css/parser/SizesAttributeParserTest.cpp', 3934 'css/parser/SizesAttributeParserTest.cpp',
3937 'css/parser/SizesCalcParserTest.cpp', 3935 'css/parser/SizesCalcParserTest.cpp',
3938 'css/resolver/FontBuilderTest.cpp', 3936 'css/resolver/FontBuilderTest.cpp',
3939 'css/resolver/MatchResultTest.cpp', 3937 'css/resolver/MatchResultTest.cpp',
3940 'dom/ActiveDOMObjectTest.cpp', 3938 'dom/ActiveDOMObjectTest.cpp',
3941 'dom/AttrTest.cpp', 3939 'dom/AttrTest.cpp',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
4103 'svg/SVGPathParserTest.cpp', 4101 'svg/SVGPathParserTest.cpp',
4104 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4102 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4105 'testing/PrivateScriptTestTest.cpp', 4103 'testing/PrivateScriptTestTest.cpp',
4106 'timing/MemoryInfoTest.cpp', 4104 'timing/MemoryInfoTest.cpp',
4107 'workers/WorkerThreadTest.cpp', 4105 'workers/WorkerThreadTest.cpp',
4108 'workers/WorkerThreadTestHelper.h', 4106 'workers/WorkerThreadTestHelper.h',
4109 'xml/parser/SharedBufferReaderTest.cpp', 4107 'xml/parser/SharedBufferReaderTest.cpp',
4110 ], 4108 ],
4111 } 4109 }
4112 } 4110 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSParserValues.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698