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

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

Issue 1866623002: Hook up CSSPaintValue::image to CSS Paint API callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 'css/CSSKeyframesRule.cpp', 1163 'css/CSSKeyframesRule.cpp',
1164 'css/CSSKeyframesRule.h', 1164 'css/CSSKeyframesRule.h',
1165 'css/CSSMarkup.cpp', 1165 'css/CSSMarkup.cpp',
1166 'css/CSSMarkup.h', 1166 'css/CSSMarkup.h',
1167 'css/CSSMatrix.cpp', 1167 'css/CSSMatrix.cpp',
1168 'css/CSSMatrix.h', 1168 'css/CSSMatrix.h',
1169 'css/CSSMediaRule.cpp', 1169 'css/CSSMediaRule.cpp',
1170 'css/CSSMediaRule.h', 1170 'css/CSSMediaRule.h',
1171 'css/CSSNamespaceRule.cpp', 1171 'css/CSSNamespaceRule.cpp',
1172 'css/CSSNamespaceRule.h', 1172 'css/CSSNamespaceRule.h',
1173 'css/CSSPaintImageGenerator.cpp',
1174 'css/CSSPaintImageGenerator.h',
1173 'css/CSSPaintValue.cpp', 1175 'css/CSSPaintValue.cpp',
1174 'css/CSSPaintValue.h', 1176 'css/CSSPaintValue.h',
1175 'css/CSSPageRule.cpp', 1177 'css/CSSPageRule.cpp',
1176 'css/CSSPageRule.h', 1178 'css/CSSPageRule.h',
1177 'css/CSSPathValue.cpp', 1179 'css/CSSPathValue.cpp',
1178 'css/CSSPathValue.h', 1180 'css/CSSPathValue.h',
1179 'css/CSSPrimitiveValue.cpp', 1181 'css/CSSPrimitiveValue.cpp',
1180 'css/CSSPrimitiveValueMappings.h', 1182 'css/CSSPrimitiveValueMappings.h',
1181 'css/CSSProperty.cpp', 1183 'css/CSSProperty.cpp',
1182 'css/CSSPropertySourceData.cpp', 1184 'css/CSSPropertySourceData.cpp',
(...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after
4088 'svg/SVGPathParserTest.cpp', 4090 'svg/SVGPathParserTest.cpp',
4089 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4091 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4090 'testing/PrivateScriptTestTest.cpp', 4092 'testing/PrivateScriptTestTest.cpp',
4091 'timing/MemoryInfoTest.cpp', 4093 'timing/MemoryInfoTest.cpp',
4092 'workers/WorkerThreadTest.cpp', 4094 'workers/WorkerThreadTest.cpp',
4093 'workers/WorkerThreadTestHelper.h', 4095 'workers/WorkerThreadTestHelper.h',
4094 'xml/parser/SharedBufferReaderTest.cpp', 4096 'xml/parser/SharedBufferReaderTest.cpp',
4095 ], 4097 ],
4096 } 4098 }
4097 } 4099 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698