| Index: third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform_tests.gyp b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| index 6b06640358165bac4a0813634700ca1cf7190ed8..87d38b84a7f9a35685a1767ba25f5ead3a5e058b 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| +++ b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| @@ -105,6 +105,21 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'image_decode_bench',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + '../config.gyp:config',
|
| + '../wtf/wtf.gyp:wtf',
|
| + 'blink_platform.gyp:blink_platform',
|
| + ],
|
| + 'defines': [
|
| + 'INSIDE_BLINK',
|
| + ],
|
| + 'sources': [
|
| + 'testing/ImageDecodeBench.cpp',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'blink_platform_test_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
|
|