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

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
Index: Source/WebKit/chromium/WebKit.gyp
diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
index 66ce4de1a06a2a41c333d4cdf7dbfda9808030f2..04522ef13c5c633ed52fe739ef919b615fca00f6 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',
+ ],
+ 'sources': [
+ 'src/ImageDecodeBench.cpp',
+ ],
+ },
+ {
'target_name': 'webkit_test_support',
'conditions': [
['component=="shared_library"', {
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ImageDecodeBench.cpp » ('j') | Source/WebKit/chromium/src/ImageDecodeBench.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698