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

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

Issue 1317743006: Move CSSParserSelector out of CSSParserValues.h/cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 'css/parser/CSSParserFastPaths.h', 1210 'css/parser/CSSParserFastPaths.h',
1211 'css/parser/CSSParserImpl.cpp', 1211 'css/parser/CSSParserImpl.cpp',
1212 'css/parser/CSSParserImpl.h', 1212 'css/parser/CSSParserImpl.h',
1213 'css/parser/CSSParserMode.cpp', 1213 'css/parser/CSSParserMode.cpp',
1214 'css/parser/CSSParserMode.h', 1214 'css/parser/CSSParserMode.h',
1215 'css/parser/CSSParserObserverWrapper.cpp', 1215 'css/parser/CSSParserObserverWrapper.cpp',
1216 'css/parser/CSSParserToken.cpp', 1216 'css/parser/CSSParserToken.cpp',
1217 'css/parser/CSSParserTokenRange.cpp', 1217 'css/parser/CSSParserTokenRange.cpp',
1218 'css/parser/CSSParserTokenRange.h', 1218 'css/parser/CSSParserTokenRange.h',
1219 'css/parser/CSSParserValues.cpp', 1219 'css/parser/CSSParserValues.cpp',
1220 'css/parser/CSSParserSelector.h',
1221 'css/parser/CSSParserSelector.cpp',
1220 'css/parser/CSSPropertyParser.cpp', 1222 'css/parser/CSSPropertyParser.cpp',
1221 'css/parser/CSSPropertyParser.h', 1223 'css/parser/CSSPropertyParser.h',
1222 'css/parser/CSSSelectorParser.cpp', 1224 'css/parser/CSSSelectorParser.cpp',
1223 'css/parser/CSSSelectorParser.h', 1225 'css/parser/CSSSelectorParser.h',
1224 'css/parser/CSSSupportsParser.cpp', 1226 'css/parser/CSSSupportsParser.cpp',
1225 'css/parser/CSSSupportsParser.h', 1227 'css/parser/CSSSupportsParser.h',
1226 'css/parser/CSSTokenizer.cpp', 1228 'css/parser/CSSTokenizer.cpp',
1227 'css/parser/CSSTokenizerInputStream.cpp', 1229 'css/parser/CSSTokenizerInputStream.cpp',
1228 'css/parser/MediaQueryBlockWatcher.cpp', 1230 'css/parser/MediaQueryBlockWatcher.cpp',
1229 'css/parser/MediaQueryParser.cpp', 1231 'css/parser/MediaQueryParser.cpp',
(...skipping 2617 matching lines...) Expand 10 before | Expand all | Expand 10 after
3847 'style/OutlineValueTest.cpp', 3849 'style/OutlineValueTest.cpp',
3848 'style/SVGComputedStyleTest.cpp', 3850 'style/SVGComputedStyleTest.cpp',
3849 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3851 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3850 'testing/PrivateScriptTestTest.cpp', 3852 'testing/PrivateScriptTestTest.cpp',
3851 'timing/MemoryInfoTest.cpp', 3853 'timing/MemoryInfoTest.cpp',
3852 'workers/WorkerThreadTest.cpp', 3854 'workers/WorkerThreadTest.cpp',
3853 'xml/parser/SharedBufferReaderTest.cpp', 3855 'xml/parser/SharedBufferReaderTest.cpp',
3854 ], 3856 ],
3855 } 3857 }
3856 } 3858 }
OLDNEW
« no previous file with comments | « Source/core/animation/DoubleStyleInterpolation.cpp ('k') | Source/core/css/CSSCalculationValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698