| 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"', {
|
|
|