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

Unified Diff: third_party/WebKit/Source/platform/blink_platform_tests.gyp

Issue 1954673002: Make ImageDecodeBench build again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move ImageDecodeBench.cpp to platform/testing. Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698