| 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 46475669d4ac9ce1a54c2a97f2fb579d66510764..ebf9bdb105e49a0e57a3ee0db5cd57c509ad1fbd 100644
|
| --- a/third_party/WebKit/Source/web/web.gyp
|
| +++ b/third_party/WebKit/Source/web/web.gyp
|
| @@ -239,6 +239,9 @@
|
| {
|
| 'target_name': 'image_decode_bench',
|
| 'type': 'executable',
|
| + 'includes': [
|
| + '../platform/blink_platform.gypi',
|
| + ],
|
| 'dependencies': [
|
| '../config.gyp:config',
|
| '../core/core.gyp:webcore',
|
| @@ -246,12 +249,14 @@
|
| '../wtf/wtf.gyp:wtf',
|
| 'blink_web',
|
| 'blink_web_test_support',
|
| + '<(DEPTH)/base/base.gyp:test_support_base',
|
| ],
|
| 'defines': [
|
| 'BLINK_IMPLEMENTATION=1',
|
| ],
|
| 'sources': [
|
| 'ImageDecodeBench.cpp',
|
| + '<@(platform_test_support_files)',
|
| ],
|
| },
|
| ], # targets
|
|
|