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

Unified Diff: third_party/WebKit/Source/web/web.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 | « third_party/WebKit/Source/web/ImageDecodeBench.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « third_party/WebKit/Source/web/ImageDecodeBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698