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

Unified Diff: third_party/WebKit/public/blink.gyp

Issue 1753543002: PaymentRequest Mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface
Patch Set: Update the links to the spec. 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
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/modules/payments/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/blink.gyp
diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
index b3ee8533fe1b3650b73d03e49b43f0111b626fa0..6c4259a27c1df3590a95e5a383e1c4c3c439935b 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -87,6 +87,7 @@
'variables': {
'mojom_files': [
'platform/modules/bluetooth/web_bluetooth.mojom',
+ 'platform/modules/payments/payment_request.mojom',
],
},
'includes': [
@@ -94,6 +95,7 @@
],
},
{
+ # GN version: //third_party/WebKit/public:mojo_bindings
'target_name': 'mojo_bindings',
'type': 'static_library',
'dependencies': [
@@ -101,5 +103,29 @@
'../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
],
},
+ {
+ 'target_name': 'mojo_bindings_mojom_for_blink',
+ 'type': 'none',
+ 'variables': {
+ 'for_blink': 'true',
+ 'mojom_variant': 'blink',
+ 'mojom_files': [
+ 'platform/modules/bluetooth/web_bluetooth.mojom',
+ 'platform/modules/payments/payment_request.mojom',
+ ],
+ },
+ 'includes': [
+ '../../../mojo/mojom_bindings_generator_explicit.gypi',
+ ],
+ },
+ {
+ # GN version: //third_party/WebKit/public:mojo_bindings_for_blink
+ 'target_name': 'mojo_bindings_for_blink',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'mojo_bindings_mojom_for_blink',
+ '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ },
],
}
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/modules/payments/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698