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

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

Issue 1192983003: CSS Custom Properties (Variables) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ToTed Created 5 years, 4 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 | Annotate | Revision Log
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 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'css/CSSToLengthConversionData.cpp', 1103 'css/CSSToLengthConversionData.cpp',
1104 'css/CSSToLengthConversionData.h', 1104 'css/CSSToLengthConversionData.h',
1105 'css/CSSUnicodeRangeValue.cpp', 1105 'css/CSSUnicodeRangeValue.cpp',
1106 'css/CSSUnicodeRangeValue.h', 1106 'css/CSSUnicodeRangeValue.h',
1107 'css/CSSUnsetValue.cpp', 1107 'css/CSSUnsetValue.cpp',
1108 'css/CSSUnsetValue.h', 1108 'css/CSSUnsetValue.h',
1109 'css/CSSValue.cpp', 1109 'css/CSSValue.cpp',
1110 'css/CSSValueList.cpp', 1110 'css/CSSValueList.cpp',
1111 'css/CSSValuePool.cpp', 1111 'css/CSSValuePool.cpp',
1112 'css/CSSValuePool.h', 1112 'css/CSSValuePool.h',
1113 'css/CSSVariableData.cpp',
1114 'css/CSSVariableData.h',
1113 'css/CSSViewportRule.cpp', 1115 'css/CSSViewportRule.cpp',
1114 'css/CSSViewportRule.h', 1116 'css/CSSViewportRule.h',
1115 'css/Counter.cpp', 1117 'css/Counter.cpp',
1116 'css/Counter.h', 1118 'css/Counter.h',
1117 'css/DOMWindowCSS.cpp', 1119 'css/DOMWindowCSS.cpp',
1118 'css/DOMWindowCSS.h', 1120 'css/DOMWindowCSS.h',
1119 'css/DocumentFontFaceSet.cpp', 1121 'css/DocumentFontFaceSet.cpp',
1120 'css/DocumentFontFaceSet.h', 1122 'css/DocumentFontFaceSet.h',
1121 'css/ElementRuleCollector.cpp', 1123 'css/ElementRuleCollector.cpp',
1122 'css/ElementRuleCollector.h', 1124 'css/ElementRuleCollector.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 'css/parser/CSSParserTokenRange.h', 1222 'css/parser/CSSParserTokenRange.h',
1221 'css/parser/CSSParserValues.cpp', 1223 'css/parser/CSSParserValues.cpp',
1222 'css/parser/CSSPropertyParser.cpp', 1224 'css/parser/CSSPropertyParser.cpp',
1223 'css/parser/CSSPropertyParser.h', 1225 'css/parser/CSSPropertyParser.h',
1224 'css/parser/CSSSelectorParser.cpp', 1226 'css/parser/CSSSelectorParser.cpp',
1225 'css/parser/CSSSelectorParser.h', 1227 'css/parser/CSSSelectorParser.h',
1226 'css/parser/CSSSupportsParser.cpp', 1228 'css/parser/CSSSupportsParser.cpp',
1227 'css/parser/CSSSupportsParser.h', 1229 'css/parser/CSSSupportsParser.h',
1228 'css/parser/CSSTokenizer.cpp', 1230 'css/parser/CSSTokenizer.cpp',
1229 'css/parser/CSSTokenizerInputStream.cpp', 1231 'css/parser/CSSTokenizerInputStream.cpp',
1232 'css/parser/CSSVariableParser.cpp',
1233 'css/parser/CSSVariableParser.h',
1230 'css/parser/MediaQueryBlockWatcher.cpp', 1234 'css/parser/MediaQueryBlockWatcher.cpp',
1231 'css/parser/MediaQueryParser.cpp', 1235 'css/parser/MediaQueryParser.cpp',
1232 'css/parser/SizesAttributeParser.cpp', 1236 'css/parser/SizesAttributeParser.cpp',
1233 'css/parser/SizesCalcParser.cpp', 1237 'css/parser/SizesCalcParser.cpp',
1234 'css/resolver/AnimatedStyleBuilder.cpp', 1238 'css/resolver/AnimatedStyleBuilder.cpp',
1235 'css/resolver/AnimatedStyleBuilder.h', 1239 'css/resolver/AnimatedStyleBuilder.h',
1236 'css/resolver/CSSToStyleMap.cpp', 1240 'css/resolver/CSSToStyleMap.cpp',
1237 'css/resolver/CSSToStyleMap.h', 1241 'css/resolver/CSSToStyleMap.h',
1242 'css/resolver/CSSVariableResolver.cpp',
1243 'css/resolver/CSSVariableResolver.h',
1238 'css/resolver/ElementResolveContext.cpp', 1244 'css/resolver/ElementResolveContext.cpp',
1239 'css/resolver/ElementResolveContext.h', 1245 'css/resolver/ElementResolveContext.h',
1240 'css/resolver/ElementStyleResources.cpp', 1246 'css/resolver/ElementStyleResources.cpp',
1241 'css/resolver/ElementStyleResources.h', 1247 'css/resolver/ElementStyleResources.h',
1242 'css/resolver/FilterOperationResolver.cpp', 1248 'css/resolver/FilterOperationResolver.cpp',
1243 'css/resolver/FilterOperationResolver.h', 1249 'css/resolver/FilterOperationResolver.h',
1244 'css/resolver/FontBuilder.cpp', 1250 'css/resolver/FontBuilder.cpp',
1245 'css/resolver/FontBuilder.h', 1251 'css/resolver/FontBuilder.h',
1246 'css/resolver/MatchRequest.h', 1252 'css/resolver/MatchRequest.h',
1247 'css/resolver/MatchResult.cpp', 1253 'css/resolver/MatchResult.cpp',
(...skipping 2600 matching lines...) Expand 10 before | Expand all | Expand 10 after
3848 'style/OutlineValueTest.cpp', 3854 'style/OutlineValueTest.cpp',
3849 'style/SVGComputedStyleTest.cpp', 3855 'style/SVGComputedStyleTest.cpp',
3850 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3856 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3851 'testing/PrivateScriptTestTest.cpp', 3857 'testing/PrivateScriptTestTest.cpp',
3852 'timing/MemoryInfoTest.cpp', 3858 'timing/MemoryInfoTest.cpp',
3853 'workers/WorkerThreadTest.cpp', 3859 'workers/WorkerThreadTest.cpp',
3854 'xml/parser/SharedBufferReaderTest.cpp', 3860 'xml/parser/SharedBufferReaderTest.cpp',
3855 ], 3861 ],
3856 } 3862 }
3857 } 3863 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698