| 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 7092bbd697d576e116a363b0b5938323c2fa776b..f8a4be869e80ed8a3d07667eb2e436d9f207d959 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',
|
| @@ -2008,11 +2011,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',
|
|
|