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

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

Issue 1877073004: Move the grid shorthand into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing 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/CSSPropertyParser.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 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 'css/parser/CSSPropertyParserHelpers.cpp', 1381 'css/parser/CSSPropertyParserHelpers.cpp',
1382 'css/parser/CSSPropertyParserHelpers.h', 1382 'css/parser/CSSPropertyParserHelpers.h',
1383 'css/parser/CSSSelectorParser.cpp', 1383 'css/parser/CSSSelectorParser.cpp',
1384 'css/parser/CSSSelectorParser.h', 1384 'css/parser/CSSSelectorParser.h',
1385 'css/parser/CSSSupportsParser.cpp', 1385 'css/parser/CSSSupportsParser.cpp',
1386 'css/parser/CSSSupportsParser.h', 1386 'css/parser/CSSSupportsParser.h',
1387 'css/parser/CSSTokenizer.cpp', 1387 'css/parser/CSSTokenizer.cpp',
1388 'css/parser/CSSTokenizerInputStream.cpp', 1388 'css/parser/CSSTokenizerInputStream.cpp',
1389 'css/parser/CSSVariableParser.cpp', 1389 'css/parser/CSSVariableParser.cpp',
1390 'css/parser/CSSVariableParser.h', 1390 'css/parser/CSSVariableParser.h',
1391 'css/parser/LegacyCSSPropertyParser.cpp',
1392 'css/parser/MediaQueryBlockWatcher.cpp', 1391 'css/parser/MediaQueryBlockWatcher.cpp',
1393 'css/parser/MediaQueryParser.cpp', 1392 'css/parser/MediaQueryParser.cpp',
1394 'css/parser/SizesAttributeParser.cpp', 1393 'css/parser/SizesAttributeParser.cpp',
1395 'css/parser/SizesCalcParser.cpp', 1394 'css/parser/SizesCalcParser.cpp',
1396 'css/properties/CSSPropertyDescriptor.h', 1395 'css/properties/CSSPropertyDescriptor.h',
1397 'css/properties/CSSPropertyDescriptor.cpp', 1396 'css/properties/CSSPropertyDescriptor.cpp',
1398 'css/properties/CSSPropertyFunctions.h', 1397 'css/properties/CSSPropertyFunctions.h',
1399 'css/resolver/AnimatedStyleBuilder.cpp', 1398 'css/resolver/AnimatedStyleBuilder.cpp',
1400 'css/resolver/AnimatedStyleBuilder.h', 1399 'css/resolver/AnimatedStyleBuilder.h',
1401 'css/resolver/CSSToStyleMap.cpp', 1400 'css/resolver/CSSToStyleMap.cpp',
(...skipping 2690 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 'svg/SVGPathParserTest.cpp', 4091 'svg/SVGPathParserTest.cpp',
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4092 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4094 'testing/PrivateScriptTestTest.cpp', 4093 'testing/PrivateScriptTestTest.cpp',
4095 'timing/MemoryInfoTest.cpp', 4094 'timing/MemoryInfoTest.cpp',
4096 'workers/WorkerThreadTest.cpp', 4095 'workers/WorkerThreadTest.cpp',
4097 'workers/WorkerThreadTestHelper.h', 4096 'workers/WorkerThreadTestHelper.h',
4098 'xml/parser/SharedBufferReaderTest.cpp', 4097 'xml/parser/SharedBufferReaderTest.cpp',
4099 ], 4098 ],
4100 } 4099 }
4101 } 4100 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698