| Index: third_party/WebKit/Source/web/web.gyp
|
| diff --git a/third_party/WebKit/Source/web/web.gyp b/third_party/WebKit/Source/web/web.gyp
|
| index 35117800255a24a90e0fe881b5af53790fb8ed7c..8aeda8ea713efe97551e9a45ece79d1abfd1425d 100644
|
| --- a/third_party/WebKit/Source/web/web.gyp
|
| +++ b/third_party/WebKit/Source/web/web.gyp
|
| @@ -201,24 +201,6 @@
|
| }],
|
| ],
|
| },
|
| - {
|
| - 'target_name': 'image_decode_bench',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - '../config.gyp:config',
|
| - '../core/core.gyp:webcore',
|
| - '../platform/blink_platform.gyp:blink_common',
|
| - '../wtf/wtf.gyp:wtf',
|
| - 'blink_web',
|
| - 'blink_web_test_support',
|
| - ],
|
| - 'defines': [
|
| - 'BLINK_IMPLEMENTATION=1',
|
| - ],
|
| - 'sources': [
|
| - 'ImageDecodeBench.cpp',
|
| - ],
|
| - },
|
| ], # targets
|
| 'conditions': [
|
| ['OS=="mac"', {
|
|
|