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: third_party/WebKit/Source/core/core.gypi

Issue 1782833008: Add paint() function as valid CSS <image> type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: name->customCSSText Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 'css/CSSKeyframesRule.cpp', 1157 'css/CSSKeyframesRule.cpp',
1158 'css/CSSKeyframesRule.h', 1158 'css/CSSKeyframesRule.h',
1159 'css/CSSMarkup.cpp', 1159 'css/CSSMarkup.cpp',
1160 'css/CSSMarkup.h', 1160 'css/CSSMarkup.h',
1161 'css/CSSMatrix.cpp', 1161 'css/CSSMatrix.cpp',
1162 'css/CSSMatrix.h', 1162 'css/CSSMatrix.h',
1163 'css/CSSMediaRule.cpp', 1163 'css/CSSMediaRule.cpp',
1164 'css/CSSMediaRule.h', 1164 'css/CSSMediaRule.h',
1165 'css/CSSNamespaceRule.cpp', 1165 'css/CSSNamespaceRule.cpp',
1166 'css/CSSNamespaceRule.h', 1166 'css/CSSNamespaceRule.h',
1167 'css/CSSPaintValue.cpp',
1168 'css/CSSPaintValue.h',
1167 'css/CSSPageRule.cpp', 1169 'css/CSSPageRule.cpp',
1168 'css/CSSPageRule.h', 1170 'css/CSSPageRule.h',
1169 'css/CSSPathValue.cpp', 1171 'css/CSSPathValue.cpp',
1170 'css/CSSPathValue.h', 1172 'css/CSSPathValue.h',
1171 'css/CSSPrimitiveValue.cpp', 1173 'css/CSSPrimitiveValue.cpp',
1172 'css/CSSPrimitiveValueMappings.h', 1174 'css/CSSPrimitiveValueMappings.h',
1173 'css/CSSProperty.cpp', 1175 'css/CSSProperty.cpp',
1174 'css/CSSPropertySourceData.cpp', 1176 'css/CSSPropertySourceData.cpp',
1175 'css/CSSQuadValue.cpp', 1177 'css/CSSQuadValue.cpp',
1176 'css/CSSQuadValue.h', 1178 'css/CSSQuadValue.h',
(...skipping 2887 matching lines...) Expand 10 before | Expand all | Expand 10 after
4064 'style/SVGComputedStyleTest.cpp', 4066 'style/SVGComputedStyleTest.cpp',
4065 'svg/SVGPathParserTest.cpp', 4067 'svg/SVGPathParserTest.cpp',
4066 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4068 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4067 'testing/PrivateScriptTestTest.cpp', 4069 'testing/PrivateScriptTestTest.cpp',
4068 'timing/MemoryInfoTest.cpp', 4070 'timing/MemoryInfoTest.cpp',
4069 'workers/WorkerThreadTest.cpp', 4071 'workers/WorkerThreadTest.cpp',
4070 'xml/parser/SharedBufferReaderTest.cpp', 4072 'xml/parser/SharedBufferReaderTest.cpp',
4071 ], 4073 ],
4072 } 4074 }
4073 } 4075 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698