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

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: Add webkit-highlight parsing 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
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 2615 matching lines...) Expand 10 before | Expand all | Expand 10 after
3860 'style/OutlineValueTest.cpp', 3861 'style/OutlineValueTest.cpp',
3861 'style/SVGComputedStyleTest.cpp', 3862 'style/SVGComputedStyleTest.cpp',
3862 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3863 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3863 'testing/PrivateScriptTestTest.cpp', 3864 'testing/PrivateScriptTestTest.cpp',
3864 'timing/MemoryInfoTest.cpp', 3865 'timing/MemoryInfoTest.cpp',
3865 'workers/WorkerThreadTest.cpp', 3866 'workers/WorkerThreadTest.cpp',
3866 'xml/parser/SharedBufferReaderTest.cpp', 3867 'xml/parser/SharedBufferReaderTest.cpp',
3867 ], 3868 ],
3868 } 3869 }
3869 } 3870 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/parser/CSSParserImpl.cpp » ('j') | Source/core/css/parser/CSSParserToken.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698