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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

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/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 905345cf665769e32e6a446374e5f644d9e74cd8..2dc76f07ef4ea81174bc235bba893da78a787b8f 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1353,11 +1353,15 @@
'offscreencanvas/OffscreenCanvasRenderingContextFactory.h',
'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp',
'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h',
+ 'payments/PaymentCompleter.h',
'payments/PaymentRequest.cpp',
'payments/PaymentRequest.h',
'payments/PaymentResponse.cpp',
'payments/PaymentResponse.h',
+ 'payments/ShippingAddress.cpp',
'payments/ShippingAddress.h',
+ 'payments/PaymentsValidators.h',
+ 'payments/PaymentsValidators.cpp',
'permissions/NavigatorPermissions.cpp',
'permissions/NavigatorPermissions.h',
'permissions/PermissionController.cpp',
@@ -1994,6 +1998,12 @@
'mediastream/MediaConstraintsTest.cpp',
'mediastream/RTCDataChannelTest.cpp',
'notifications/NotificationDataTest.cpp',
+ 'payments/PaymentDetailsTestHelper.cpp',
+ 'payments/PaymentRequestTest.cpp',
+ 'payments/PaymentRequestDetailsTest.cpp',
+ 'payments/PaymentResponseTest.cpp',
+ 'payments/PaymentsValidatorsTest.cpp',
+ 'payments/ShippingAddressTest.cpp',
'presentation/PresentationAvailabilityTest.cpp',
'push_messaging/PushManagerTest.cpp',
'push_messaging/PushMessageDataTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698