| 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 02852ff63c8717a0e395c31cd091f4e201ac8928..2a26a879e3d3eb1473ccf37dd62cf186ea5549a3 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -1355,7 +1355,10 @@
|
| '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',
|
| @@ -1993,6 +1996,12 @@
|
| 'mediastream/MediaConstraintsTest.cpp',
|
| 'mediastream/RTCDataChannelTest.cpp',
|
| 'notifications/NotificationDataTest.cpp',
|
| + 'payments/MockPaymentRequest.cpp',
|
| + 'payments/MockPaymentRequest.h',
|
| + 'payments/PaymentRequestTest.cpp',
|
| + 'payments/PaymentResponseTest.cpp',
|
| + 'payments/PaymentsValidatorsTest.cpp',
|
| + 'payments/ShippingAddressTest.cpp',
|
| 'presentation/PresentationAvailabilityTest.cpp',
|
| 'push_messaging/PushManagerTest.cpp',
|
| 'push_messaging/PushMessageDataTest.cpp',
|
|
|