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

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: addressed comments + rebase. Created 4 years, 7 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 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 'css/CSSKeyframesRule.cpp', 1175 'css/CSSKeyframesRule.cpp',
1176 'css/CSSKeyframesRule.h', 1176 'css/CSSKeyframesRule.h',
1177 'css/CSSMarkup.cpp', 1177 'css/CSSMarkup.cpp',
1178 'css/CSSMarkup.h', 1178 'css/CSSMarkup.h',
1179 'css/CSSMatrix.cpp', 1179 'css/CSSMatrix.cpp',
1180 'css/CSSMatrix.h', 1180 'css/CSSMatrix.h',
1181 'css/CSSMediaRule.cpp', 1181 'css/CSSMediaRule.cpp',
1182 'css/CSSMediaRule.h', 1182 'css/CSSMediaRule.h',
1183 'css/CSSNamespaceRule.cpp', 1183 'css/CSSNamespaceRule.cpp',
1184 'css/CSSNamespaceRule.h', 1184 'css/CSSNamespaceRule.h',
1185 'css/CSSPaintImageGenerator.cpp',
1186 'css/CSSPaintImageGenerator.h',
1185 'css/CSSPaintValue.cpp', 1187 'css/CSSPaintValue.cpp',
1186 'css/CSSPaintValue.h', 1188 'css/CSSPaintValue.h',
1187 'css/CSSPageRule.cpp', 1189 'css/CSSPageRule.cpp',
1188 'css/CSSPageRule.h', 1190 'css/CSSPageRule.h',
1189 'css/CSSPathValue.cpp', 1191 'css/CSSPathValue.cpp',
1190 'css/CSSPathValue.h', 1192 'css/CSSPathValue.h',
1191 'css/CSSPrimitiveValue.cpp', 1193 'css/CSSPrimitiveValue.cpp',
1192 'css/CSSPrimitiveValueMappings.h', 1194 'css/CSSPrimitiveValueMappings.h',
1193 'css/CSSProperty.cpp', 1195 'css/CSSProperty.cpp',
1194 'css/CSSPropertySourceData.cpp', 1196 'css/CSSPropertySourceData.cpp',
(...skipping 2909 matching lines...) Expand 10 before | Expand all | Expand 10 after
4104 'svg/SVGPathParserTest.cpp', 4106 'svg/SVGPathParserTest.cpp',
4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4107 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4106 'testing/PrivateScriptTestTest.cpp', 4108 'testing/PrivateScriptTestTest.cpp',
4107 'timing/MemoryInfoTest.cpp', 4109 'timing/MemoryInfoTest.cpp',
4108 'workers/WorkerThreadTest.cpp', 4110 'workers/WorkerThreadTest.cpp',
4109 'workers/WorkerThreadTestHelper.h', 4111 'workers/WorkerThreadTestHelper.h',
4110 'xml/parser/SharedBufferReaderTest.cpp', 4112 'xml/parser/SharedBufferReaderTest.cpp',
4111 ], 4113 ],
4112 } 4114 }
4113 } 4115 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698