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

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

Issue 1753543002: PaymentRequest Mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface
Patch Set: haraken@'s + esprehn@'s comments 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_tests.gyp
diff --git a/third_party/WebKit/Source/web/web_tests.gyp b/third_party/WebKit/Source/web/web_tests.gyp
index db3bcf46a9eb26d89a29276a577a651cc099b43c..2d4e9d55792f7a775f486d0be61a639f2968a4b5 100644
--- a/third_party/WebKit/Source/web/web_tests.gyp
+++ b/third_party/WebKit/Source/web/web_tests.gyp
@@ -47,6 +47,7 @@
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
'../../public/blink.gyp:blink',
+ '../../public/blink.gyp:mojo_bindings',
'../config.gyp:unittest_config',
'../modules/modules.gyp:modules',
'../platform/blink_platform_tests.gyp:blink_platform_test_support',

Powered by Google App Engine
This is Rietveld 408576698