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

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: with missing files Created 5 years, 6 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 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 'css/CSSToLengthConversionData.cpp', 1137 'css/CSSToLengthConversionData.cpp',
1138 'css/CSSToLengthConversionData.h', 1138 'css/CSSToLengthConversionData.h',
1139 'css/CSSUnicodeRangeValue.cpp', 1139 'css/CSSUnicodeRangeValue.cpp',
1140 'css/CSSUnicodeRangeValue.h', 1140 'css/CSSUnicodeRangeValue.h',
1141 'css/CSSUnsetValue.cpp', 1141 'css/CSSUnsetValue.cpp',
1142 'css/CSSUnsetValue.h', 1142 'css/CSSUnsetValue.h',
1143 'css/CSSValue.cpp', 1143 'css/CSSValue.cpp',
1144 'css/CSSValueList.cpp', 1144 'css/CSSValueList.cpp',
1145 'css/CSSValuePool.cpp', 1145 'css/CSSValuePool.cpp',
1146 'css/CSSValuePool.h', 1146 'css/CSSValuePool.h',
1147 'css/CSSVariableData.cpp',
1148 'css/CSSVariableData.h',
1147 'css/CSSViewportRule.cpp', 1149 'css/CSSViewportRule.cpp',
1148 'css/CSSViewportRule.h', 1150 'css/CSSViewportRule.h',
1149 'css/Counter.cpp', 1151 'css/Counter.cpp',
1150 'css/Counter.h', 1152 'css/Counter.h',
1151 'css/DOMWindowCSS.cpp', 1153 'css/DOMWindowCSS.cpp',
1152 'css/DOMWindowCSS.h', 1154 'css/DOMWindowCSS.h',
1153 'css/DocumentFontFaceSet.cpp', 1155 'css/DocumentFontFaceSet.cpp',
1154 'css/DocumentFontFaceSet.h', 1156 'css/DocumentFontFaceSet.h',
1155 'css/ElementRuleCollector.cpp', 1157 'css/ElementRuleCollector.cpp',
1156 'css/ElementRuleCollector.h', 1158 'css/ElementRuleCollector.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 'css/parser/CSSParserTokenRange.h', 1256 'css/parser/CSSParserTokenRange.h',
1255 'css/parser/CSSParserValues.cpp', 1257 'css/parser/CSSParserValues.cpp',
1256 'css/parser/CSSPropertyParser.cpp', 1258 'css/parser/CSSPropertyParser.cpp',
1257 'css/parser/CSSPropertyParser.h', 1259 'css/parser/CSSPropertyParser.h',
1258 'css/parser/CSSSelectorParser.cpp', 1260 'css/parser/CSSSelectorParser.cpp',
1259 'css/parser/CSSSelectorParser.h', 1261 'css/parser/CSSSelectorParser.h',
1260 'css/parser/CSSSupportsParser.cpp', 1262 'css/parser/CSSSupportsParser.cpp',
1261 'css/parser/CSSSupportsParser.h', 1263 'css/parser/CSSSupportsParser.h',
1262 'css/parser/CSSTokenizer.cpp', 1264 'css/parser/CSSTokenizer.cpp',
1263 'css/parser/CSSTokenizerInputStream.cpp', 1265 'css/parser/CSSTokenizerInputStream.cpp',
1266 'css/parser/CSSVariableParser.cpp',
1267 'css/parser/CSSVariableParser.h',
1264 'css/parser/MediaQueryBlockWatcher.cpp', 1268 'css/parser/MediaQueryBlockWatcher.cpp',
1265 'css/parser/MediaQueryParser.cpp', 1269 'css/parser/MediaQueryParser.cpp',
1266 'css/parser/SizesAttributeParser.cpp', 1270 'css/parser/SizesAttributeParser.cpp',
1267 'css/parser/SizesCalcParser.cpp', 1271 'css/parser/SizesCalcParser.cpp',
1268 'css/resolver/AnimatedStyleBuilder.cpp', 1272 'css/resolver/AnimatedStyleBuilder.cpp',
1269 'css/resolver/AnimatedStyleBuilder.h', 1273 'css/resolver/AnimatedStyleBuilder.h',
1270 'css/resolver/CSSToStyleMap.cpp', 1274 'css/resolver/CSSToStyleMap.cpp',
1271 'css/resolver/CSSToStyleMap.h', 1275 'css/resolver/CSSToStyleMap.h',
1276 'css/resolver/CSSVariableResolver.cpp',
1277 'css/resolver/CSSVariableResolver.h',
1272 'css/resolver/ElementResolveContext.cpp', 1278 'css/resolver/ElementResolveContext.cpp',
1273 'css/resolver/ElementResolveContext.h', 1279 'css/resolver/ElementResolveContext.h',
1274 'css/resolver/ElementStyleResources.cpp', 1280 'css/resolver/ElementStyleResources.cpp',
1275 'css/resolver/ElementStyleResources.h', 1281 'css/resolver/ElementStyleResources.h',
1276 'css/resolver/FilterOperationResolver.cpp', 1282 'css/resolver/FilterOperationResolver.cpp',
1277 'css/resolver/FilterOperationResolver.h', 1283 'css/resolver/FilterOperationResolver.h',
1278 'css/resolver/FontBuilder.cpp', 1284 'css/resolver/FontBuilder.cpp',
1279 'css/resolver/FontBuilder.h', 1285 'css/resolver/FontBuilder.h',
1280 'css/resolver/MatchRequest.h', 1286 'css/resolver/MatchRequest.h',
1281 'css/resolver/MatchResult.cpp', 1287 'css/resolver/MatchResult.cpp',
(...skipping 2684 matching lines...) Expand 10 before | Expand all | Expand 10 after
3966 'style/OutlineValueTest.cpp', 3972 'style/OutlineValueTest.cpp',
3967 'style/SVGComputedStyleTest.cpp', 3973 'style/SVGComputedStyleTest.cpp',
3968 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3974 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3969 'testing/PrivateScriptTestTest.cpp', 3975 'testing/PrivateScriptTestTest.cpp',
3970 'timing/MemoryInfoTest.cpp', 3976 'timing/MemoryInfoTest.cpp',
3971 'workers/WorkerThreadTest.cpp', 3977 'workers/WorkerThreadTest.cpp',
3972 'xml/parser/SharedBufferReaderTest.cpp', 3978 'xml/parser/SharedBufferReaderTest.cpp',
3973 ], 3979 ],
3974 } 3980 }
3975 } 3981 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSCalculationValue.h » ('j') | Source/core/css/CSSCalculationValue.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698