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

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

Issue 1192983003: CSS Custom Properties (Variables) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Post-merge 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 | 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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 'css/CSSUnicodeRangeValue.cpp', 1123 'css/CSSUnicodeRangeValue.cpp',
1124 'css/CSSUnicodeRangeValue.h', 1124 'css/CSSUnicodeRangeValue.h',
1125 'css/CSSUnsetValue.cpp', 1125 'css/CSSUnsetValue.cpp',
1126 'css/CSSUnsetValue.h', 1126 'css/CSSUnsetValue.h',
1127 'css/CSSValue.cpp', 1127 'css/CSSValue.cpp',
1128 'css/CSSValueList.cpp', 1128 'css/CSSValueList.cpp',
1129 'css/CSSValuePair.cpp', 1129 'css/CSSValuePair.cpp',
1130 'css/CSSValuePair.h', 1130 'css/CSSValuePair.h',
1131 'css/CSSValuePool.cpp', 1131 'css/CSSValuePool.cpp',
1132 'css/CSSValuePool.h', 1132 'css/CSSValuePool.h',
1133 'css/CSSVariableData.cpp',
1134 'css/CSSVariableData.h',
1133 'css/CSSViewportRule.cpp', 1135 'css/CSSViewportRule.cpp',
1134 'css/CSSViewportRule.h', 1136 'css/CSSViewportRule.h',
1135 'css/DOMWindowCSS.cpp', 1137 'css/DOMWindowCSS.cpp',
1136 'css/DOMWindowCSS.h', 1138 'css/DOMWindowCSS.h',
1137 'css/DocumentFontFaceSet.cpp', 1139 'css/DocumentFontFaceSet.cpp',
1138 'css/DocumentFontFaceSet.h', 1140 'css/DocumentFontFaceSet.h',
1139 'css/ElementRuleCollector.cpp', 1141 'css/ElementRuleCollector.cpp',
1140 'css/ElementRuleCollector.h', 1142 'css/ElementRuleCollector.h',
1141 'css/FontFace.cpp', 1143 'css/FontFace.cpp',
1142 'css/FontFace.h', 1144 'css/FontFace.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1239 'css/parser/CSSParserSelector.h', 1241 'css/parser/CSSParserSelector.h',
1240 'css/parser/CSSParserSelector.cpp', 1242 'css/parser/CSSParserSelector.cpp',
1241 'css/parser/CSSPropertyParser.cpp', 1243 'css/parser/CSSPropertyParser.cpp',
1242 'css/parser/CSSPropertyParser.h', 1244 'css/parser/CSSPropertyParser.h',
1243 'css/parser/CSSSelectorParser.cpp', 1245 'css/parser/CSSSelectorParser.cpp',
1244 'css/parser/CSSSelectorParser.h', 1246 'css/parser/CSSSelectorParser.h',
1245 'css/parser/CSSSupportsParser.cpp', 1247 'css/parser/CSSSupportsParser.cpp',
1246 'css/parser/CSSSupportsParser.h', 1248 'css/parser/CSSSupportsParser.h',
1247 'css/parser/CSSTokenizer.cpp', 1249 'css/parser/CSSTokenizer.cpp',
1248 'css/parser/CSSTokenizerInputStream.cpp', 1250 'css/parser/CSSTokenizerInputStream.cpp',
1251 'css/parser/CSSVariableParser.cpp',
1252 'css/parser/CSSVariableParser.h',
1249 'css/parser/LegacyCSSPropertyParser.cpp', 1253 'css/parser/LegacyCSSPropertyParser.cpp',
1250 'css/parser/MediaQueryBlockWatcher.cpp', 1254 'css/parser/MediaQueryBlockWatcher.cpp',
1251 'css/parser/MediaQueryParser.cpp', 1255 'css/parser/MediaQueryParser.cpp',
1252 'css/parser/SizesAttributeParser.cpp', 1256 'css/parser/SizesAttributeParser.cpp',
1253 'css/parser/SizesCalcParser.cpp', 1257 'css/parser/SizesCalcParser.cpp',
1254 'css/resolver/AnimatedStyleBuilder.cpp', 1258 'css/resolver/AnimatedStyleBuilder.cpp',
1255 'css/resolver/AnimatedStyleBuilder.h', 1259 'css/resolver/AnimatedStyleBuilder.h',
1256 'css/resolver/CSSToStyleMap.cpp', 1260 'css/resolver/CSSToStyleMap.cpp',
1257 'css/resolver/CSSToStyleMap.h', 1261 'css/resolver/CSSToStyleMap.h',
1262 'css/resolver/CSSVariableResolver.cpp',
1263 'css/resolver/CSSVariableResolver.h',
1258 'css/resolver/ElementResolveContext.cpp', 1264 'css/resolver/ElementResolveContext.cpp',
1259 'css/resolver/ElementResolveContext.h', 1265 'css/resolver/ElementResolveContext.h',
1260 'css/resolver/ElementStyleResources.cpp', 1266 'css/resolver/ElementStyleResources.cpp',
1261 'css/resolver/ElementStyleResources.h', 1267 'css/resolver/ElementStyleResources.h',
1262 'css/resolver/FilterOperationResolver.cpp', 1268 'css/resolver/FilterOperationResolver.cpp',
1263 'css/resolver/FilterOperationResolver.h', 1269 'css/resolver/FilterOperationResolver.h',
1264 'css/resolver/FontBuilder.cpp', 1270 'css/resolver/FontBuilder.cpp',
1265 'css/resolver/FontBuilder.h', 1271 'css/resolver/FontBuilder.h',
1266 'css/resolver/MatchRequest.h', 1272 'css/resolver/MatchRequest.h',
1267 'css/resolver/MatchResult.cpp', 1273 'css/resolver/MatchResult.cpp',
(...skipping 2617 matching lines...) Expand 10 before | Expand all | Expand 10 after
3885 'style/OutlineValueTest.cpp', 3891 'style/OutlineValueTest.cpp',
3886 'style/SVGComputedStyleTest.cpp', 3892 'style/SVGComputedStyleTest.cpp',
3887 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3893 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3888 'testing/PrivateScriptTestTest.cpp', 3894 'testing/PrivateScriptTestTest.cpp',
3889 'timing/MemoryInfoTest.cpp', 3895 'timing/MemoryInfoTest.cpp',
3890 'workers/WorkerThreadTest.cpp', 3896 'workers/WorkerThreadTest.cpp',
3891 'xml/parser/SharedBufferReaderTest.cpp', 3897 'xml/parser/SharedBufferReaderTest.cpp',
3892 ], 3898 ],
3893 } 3899 }
3894 } 3900 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698