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

Unified Diff: Source/web/web.gyp

Issue 23532077: [Experiment] Animated image decoder benchmark tool Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/ImageDecodeBench.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gyp
diff --git a/Source/web/web.gyp b/Source/web/web.gyp
index 91ec240ba539213ce76174e3995eaf00ae4f24fa..b7c9ba80b18c0ad4b76d7f0c7cb5557acb5b7881 100644
--- a/Source/web/web.gyp
+++ b/Source/web/web.gyp
@@ -325,6 +325,20 @@
],
},
{
+ 'target_name': 'image_decode_bench',
+ 'type': 'executable',
+ 'dependencies': [
+ '../wtf/wtf.gyp:wtf',
+ '../core/core.gyp:webcore',
+ '../platform/blink_platform.gyp:blink_common',
+ 'webkit_test_support',
+ 'webkit',
+ ],
+ 'sources': [
+ 'ImageDecodeBench.cpp',
+ ],
+ },
+ {
'target_name': 'webkit_test_support',
'conditions': [
['component=="shared_library"', {
« no previous file with comments | « Source/web/ImageDecodeBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698