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

Unified Diff: third_party/WebKit/Source/web/web.gyp

Issue 1812273003: Eliminate copies of encoded image data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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

Powered by Google App Engine
This is Rietveld 408576698