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

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: ToT-ed again... Created 5 years, 5 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 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 'css/CSSToLengthConversionData.cpp', 1095 'css/CSSToLengthConversionData.cpp',
1096 'css/CSSToLengthConversionData.h', 1096 'css/CSSToLengthConversionData.h',
1097 'css/CSSUnicodeRangeValue.cpp', 1097 'css/CSSUnicodeRangeValue.cpp',
1098 'css/CSSUnicodeRangeValue.h', 1098 'css/CSSUnicodeRangeValue.h',
1099 'css/CSSUnsetValue.cpp', 1099 'css/CSSUnsetValue.cpp',
1100 'css/CSSUnsetValue.h', 1100 'css/CSSUnsetValue.h',
1101 'css/CSSValue.cpp', 1101 'css/CSSValue.cpp',
1102 'css/CSSValueList.cpp', 1102 'css/CSSValueList.cpp',
1103 'css/CSSValuePool.cpp', 1103 'css/CSSValuePool.cpp',
1104 'css/CSSValuePool.h', 1104 'css/CSSValuePool.h',
1105 'css/CSSVariableData.cpp',
1106 'css/CSSVariableData.h',
1105 'css/CSSViewportRule.cpp', 1107 'css/CSSViewportRule.cpp',
1106 'css/CSSViewportRule.h', 1108 'css/CSSViewportRule.h',
1107 'css/Counter.cpp', 1109 'css/Counter.cpp',
1108 'css/Counter.h', 1110 'css/Counter.h',
1109 'css/DOMWindowCSS.cpp', 1111 'css/DOMWindowCSS.cpp',
1110 'css/DOMWindowCSS.h', 1112 'css/DOMWindowCSS.h',
1111 'css/DocumentFontFaceSet.cpp', 1113 'css/DocumentFontFaceSet.cpp',
1112 'css/DocumentFontFaceSet.h', 1114 'css/DocumentFontFaceSet.h',
1113 'css/ElementRuleCollector.cpp', 1115 'css/ElementRuleCollector.cpp',
1114 'css/ElementRuleCollector.h', 1116 'css/ElementRuleCollector.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1212 'css/parser/CSSParserTokenRange.h', 1214 'css/parser/CSSParserTokenRange.h',
1213 'css/parser/CSSParserValues.cpp', 1215 'css/parser/CSSParserValues.cpp',
1214 'css/parser/CSSPropertyParser.cpp', 1216 'css/parser/CSSPropertyParser.cpp',
1215 'css/parser/CSSPropertyParser.h', 1217 'css/parser/CSSPropertyParser.h',
1216 'css/parser/CSSSelectorParser.cpp', 1218 'css/parser/CSSSelectorParser.cpp',
1217 'css/parser/CSSSelectorParser.h', 1219 'css/parser/CSSSelectorParser.h',
1218 'css/parser/CSSSupportsParser.cpp', 1220 'css/parser/CSSSupportsParser.cpp',
1219 'css/parser/CSSSupportsParser.h', 1221 'css/parser/CSSSupportsParser.h',
1220 'css/parser/CSSTokenizer.cpp', 1222 'css/parser/CSSTokenizer.cpp',
1221 'css/parser/CSSTokenizerInputStream.cpp', 1223 'css/parser/CSSTokenizerInputStream.cpp',
1224 'css/parser/CSSVariableParser.cpp',
1225 'css/parser/CSSVariableParser.h',
1222 'css/parser/MediaQueryBlockWatcher.cpp', 1226 'css/parser/MediaQueryBlockWatcher.cpp',
1223 'css/parser/MediaQueryParser.cpp', 1227 'css/parser/MediaQueryParser.cpp',
1224 'css/parser/SizesAttributeParser.cpp', 1228 'css/parser/SizesAttributeParser.cpp',
1225 'css/parser/SizesCalcParser.cpp', 1229 'css/parser/SizesCalcParser.cpp',
1226 'css/resolver/AnimatedStyleBuilder.cpp', 1230 'css/resolver/AnimatedStyleBuilder.cpp',
1227 'css/resolver/AnimatedStyleBuilder.h', 1231 'css/resolver/AnimatedStyleBuilder.h',
1228 'css/resolver/CSSToStyleMap.cpp', 1232 'css/resolver/CSSToStyleMap.cpp',
1229 'css/resolver/CSSToStyleMap.h', 1233 'css/resolver/CSSToStyleMap.h',
1234 'css/resolver/CSSVariableResolver.cpp',
1235 'css/resolver/CSSVariableResolver.h',
1230 'css/resolver/ElementResolveContext.cpp', 1236 'css/resolver/ElementResolveContext.cpp',
1231 'css/resolver/ElementResolveContext.h', 1237 'css/resolver/ElementResolveContext.h',
1232 'css/resolver/ElementStyleResources.cpp', 1238 'css/resolver/ElementStyleResources.cpp',
1233 'css/resolver/ElementStyleResources.h', 1239 'css/resolver/ElementStyleResources.h',
1234 'css/resolver/FilterOperationResolver.cpp', 1240 'css/resolver/FilterOperationResolver.cpp',
1235 'css/resolver/FilterOperationResolver.h', 1241 'css/resolver/FilterOperationResolver.h',
1236 'css/resolver/FontBuilder.cpp', 1242 'css/resolver/FontBuilder.cpp',
1237 'css/resolver/FontBuilder.h', 1243 'css/resolver/FontBuilder.h',
1238 'css/resolver/MatchRequest.h', 1244 'css/resolver/MatchRequest.h',
1239 'css/resolver/MatchResult.cpp', 1245 'css/resolver/MatchResult.cpp',
(...skipping 2567 matching lines...) Expand 10 before | Expand all | Expand 10 after
3807 'style/OutlineValueTest.cpp', 3813 'style/OutlineValueTest.cpp',
3808 'style/SVGComputedStyleTest.cpp', 3814 'style/SVGComputedStyleTest.cpp',
3809 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3815 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3810 'testing/PrivateScriptTestTest.cpp', 3816 'testing/PrivateScriptTestTest.cpp',
3811 'timing/MemoryInfoTest.cpp', 3817 'timing/MemoryInfoTest.cpp',
3812 'workers/WorkerThreadTest.cpp', 3818 'workers/WorkerThreadTest.cpp',
3813 'xml/parser/SharedBufferReaderTest.cpp', 3819 'xml/parser/SharedBufferReaderTest.cpp',
3814 ], 3820 ],
3815 } 3821 }
3816 } 3822 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698