| 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 58c78e1ec598d4f89871361a22e211215aeed14f..af914a5c51033471d79571421f62fdad0b4c879b 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -1345,7 +1345,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',
|
| @@ -1982,6 +1985,7 @@
|
| 'mediastream/MediaConstraintsTest.cpp',
|
| 'mediastream/RTCDataChannelTest.cpp',
|
| 'notifications/NotificationDataTest.cpp',
|
| + 'payments/PaymentsValidatorsTest.cpp',
|
| 'presentation/PresentationAvailabilityTest.cpp',
|
| 'push_messaging/PushMessageDataTest.cpp',
|
| 'serviceworkers/ServiceWorkerContainerTest.cpp',
|
|
|