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

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

Issue 2020883002: PaymentRequest: Introduce PaymentMethodData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 7dec15df493b557dc1c80329184e3aae69bd365c..263ceae777cc1b6ab2c479d5e68547ddfde3d2b0 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -509,6 +509,7 @@
'payments/CurrencyAmount.idl',
'payments/PaymentDetails.idl',
'payments/PaymentItem.idl',
+ 'payments/PaymentMethodData.idl',
'payments/PaymentOptions.idl',
'payments/PaymentRequestUpdateEventInit.idl',
'payments/ShippingOption.idl',
@@ -679,6 +680,8 @@
'<(blink_modules_output_dir)/payments/PaymentDetails.h',
'<(blink_modules_output_dir)/payments/PaymentItem.cpp',
'<(blink_modules_output_dir)/payments/PaymentItem.h',
+ '<(blink_modules_output_dir)/payments/PaymentMethodData.cpp',
+ '<(blink_modules_output_dir)/payments/PaymentMethodData.h',
'<(blink_modules_output_dir)/payments/PaymentOptions.cpp',
'<(blink_modules_output_dir)/payments/PaymentOptions.h',
'<(blink_modules_output_dir)/payments/PaymentRequestUpdateEventInit.cpp',
@@ -2010,11 +2013,11 @@
'notifications/NotificationDataTest.cpp',
'notifications/NotificationResourcesLoaderTest.cpp',
'payments/PaymentAddressTest.cpp',
- 'payments/PaymentDetailsTestHelper.cpp',
'payments/PaymentRequestDetailsTest.cpp',
'payments/PaymentRequestTest.cpp',
'payments/PaymentRequestUpdateEventTest.cpp',
'payments/PaymentResponseTest.cpp',
+ 'payments/PaymentTestHelper.cpp',
'payments/PaymentsValidatorsTest.cpp',
'presentation/PresentationAvailabilityTest.cpp',
'push_messaging/PushManagerTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698