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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1753543002: PaymentRequest Mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface
Patch Set: Rename WebStuff into PlatformStuff 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/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index bff02505b2b0b68b155adda5fcd60c00d2a570cb..50323a5934cb1810552c7c7a6210c15f6caa59eb 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -901,6 +901,24 @@
'network/WebSocketHandshakeRequest.h',
'network/WebSocketHandshakeResponse.cpp',
'network/WebSocketHandshakeResponse.h',
+ 'payments/BlinkTypeConverters.cpp',
+ 'payments/BlinkTypeConverters.h',
+ 'payments/PaymentRequestProxy.cpp',
+ 'payments/PaymentRequestProxy.h',
+ 'payments/PlatformCurrencyAmount.cpp',
+ 'payments/PlatformCurrencyAmount.h',
+ 'payments/PlatformPaymentDetails.cpp',
+ 'payments/PlatformPaymentDetails.h',
+ 'payments/PlatformPaymentItem.cpp',
+ 'payments/PlatformPaymentItem.h',
+ 'payments/PlatformPaymentOptions.cpp',
+ 'payments/PlatformPaymentOptions.h',
+ 'payments/PlatformPaymentResponse.cpp',
+ 'payments/PlatformPaymentResponse.h',
+ 'payments/PlatformShippingAddress.cpp',
+ 'payments/PlatformShippingAddress.h',
+ 'payments/PlatformShippingOption.cpp',
+ 'payments/PlatformShippingOption.h',
'plugins/PluginData.cpp',
'plugins/PluginData.h',
'plugins/PluginListBuilder.cpp',

Powered by Google App Engine
This is Rietveld 408576698