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

Unified Diff: Source/WebKit/chromium/WebKit.gyp

Issue 18107003: Add a command line driven image decoding tool (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/web/ImageDecodeBench.cpp » ('j') | Source/web/ImageDecodeBench.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/WebKit.gyp
diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
index 66ce4de1a06a2a41c333d4cdf7dbfda9808030f2..a237ad6514a7c5d9ad883e7c0677d47cd8858054 100644
--- a/Source/WebKit/chromium/WebKit.gyp
+++ b/Source/WebKit/chromium/WebKit.gyp
@@ -520,6 +520,23 @@
],
},
{
+ 'target_name': 'image_decode_bench',
+ 'type': 'executable',
+ 'dependencies': [
+ '../../wtf/wtf.gyp:wtf',
+ '../../core/core.gyp:webcore',
+ 'blink_common',
+ 'webkit_test_support',
+ 'webkit',
+ ],
+ 'defines': [
+ 'WEBKIT_IMPLEMENTATION=1',
abarth-chromium 2013/07/23 05:45:49 This isn't correct. We shouldn't have an executab
+ ],
+ 'sources': [
+ '../../web/ImageDecodeBench.cpp',
+ ],
+ },
+ {
'target_name': 'webkit_test_support',
'conditions': [
['component=="shared_library"', {
« no previous file with comments | « no previous file | Source/web/ImageDecodeBench.cpp » ('j') | Source/web/ImageDecodeBench.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698