| 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 2336e6b207a3aed37da2b538ab83c11966391dbc..e59c64235e07c40f943fc56889339e93b5b18b02 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -508,6 +508,7 @@
|
| 'payments/CurrencyAmount.idl',
|
| 'payments/PaymentDetails.idl',
|
| 'payments/PaymentItem.idl',
|
| + 'payments/PaymentMethodData.idl',
|
| 'payments/PaymentOptions.idl',
|
| 'payments/PaymentRequestUpdateEventInit.idl',
|
| 'payments/ShippingOption.idl',
|
| @@ -678,6 +679,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',
|
| @@ -2007,11 +2010,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',
|
|
|