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

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

Issue 1319343004: Add property parser code path based on CSSParserTokenRange (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 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 | « no previous file | Source/core/css/MediaQueryExp.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1225 'css/parser/CSSParserSelector.h', 1225 'css/parser/CSSParserSelector.h',
1226 'css/parser/CSSParserSelector.cpp', 1226 'css/parser/CSSParserSelector.cpp',
1227 'css/parser/CSSPropertyParser.cpp', 1227 'css/parser/CSSPropertyParser.cpp',
1228 'css/parser/CSSPropertyParser.h', 1228 'css/parser/CSSPropertyParser.h',
1229 'css/parser/CSSSelectorParser.cpp', 1229 'css/parser/CSSSelectorParser.cpp',
1230 'css/parser/CSSSelectorParser.h', 1230 'css/parser/CSSSelectorParser.h',
1231 'css/parser/CSSSupportsParser.cpp', 1231 'css/parser/CSSSupportsParser.cpp',
1232 'css/parser/CSSSupportsParser.h', 1232 'css/parser/CSSSupportsParser.h',
1233 'css/parser/CSSTokenizer.cpp', 1233 'css/parser/CSSTokenizer.cpp',
1234 'css/parser/CSSTokenizerInputStream.cpp', 1234 'css/parser/CSSTokenizerInputStream.cpp',
1235 'css/parser/LegacyCSSPropertyParser.cpp',
1235 'css/parser/MediaQueryBlockWatcher.cpp', 1236 'css/parser/MediaQueryBlockWatcher.cpp',
1236 'css/parser/MediaQueryParser.cpp', 1237 'css/parser/MediaQueryParser.cpp',
1237 'css/parser/SizesAttributeParser.cpp', 1238 'css/parser/SizesAttributeParser.cpp',
1238 'css/parser/SizesCalcParser.cpp', 1239 'css/parser/SizesCalcParser.cpp',
1239 'css/resolver/AnimatedStyleBuilder.cpp', 1240 'css/resolver/AnimatedStyleBuilder.cpp',
1240 'css/resolver/AnimatedStyleBuilder.h', 1241 'css/resolver/AnimatedStyleBuilder.h',
1241 'css/resolver/CSSToStyleMap.cpp', 1242 'css/resolver/CSSToStyleMap.cpp',
1242 'css/resolver/CSSToStyleMap.h', 1243 'css/resolver/CSSToStyleMap.h',
1243 'css/resolver/ElementResolveContext.cpp', 1244 'css/resolver/ElementResolveContext.cpp',
1244 'css/resolver/ElementResolveContext.h', 1245 'css/resolver/ElementResolveContext.h',
(...skipping 2611 matching lines...) Expand 10 before | Expand all | Expand 10 after
3856 'style/OutlineValueTest.cpp', 3857 'style/OutlineValueTest.cpp',
3857 'style/SVGComputedStyleTest.cpp', 3858 'style/SVGComputedStyleTest.cpp',
3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3859 'testing/PrivateScriptTestTest.cpp', 3860 'testing/PrivateScriptTestTest.cpp',
3860 'timing/MemoryInfoTest.cpp', 3861 'timing/MemoryInfoTest.cpp',
3861 'workers/WorkerThreadTest.cpp', 3862 'workers/WorkerThreadTest.cpp',
3862 'xml/parser/SharedBufferReaderTest.cpp', 3863 'xml/parser/SharedBufferReaderTest.cpp',
3863 ], 3864 ],
3864 } 3865 }
3865 } 3866 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/MediaQueryExp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698