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 53cfa4e314cb25f0a022bff2c1c61d5780b06975..7092bbd697d576e116a363b0b5938323c2fa776b 100644 |
--- a/third_party/WebKit/Source/modules/modules.gypi |
+++ b/third_party/WebKit/Source/modules/modules.gypi |
@@ -150,10 +150,10 @@ |
'notifications/NotificationEvent.idl', |
'notifications/NotificationPermissionCallback.idl', |
'offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl', |
+ 'payments/PaymentAddress.idl', |
'payments/PaymentRequestUpdateEvent.idl', |
'payments/PaymentRequest.idl', |
'payments/PaymentResponse.idl', |
- 'payments/ShippingAddress.idl', |
'permissions/Permissions.idl', |
'permissions/PermissionStatus.idl', |
'plugins/MimeType.idl', |
@@ -1352,6 +1352,8 @@ |
'offscreencanvas/OffscreenCanvasModules.h', |
'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp', |
'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h', |
+ 'payments/PaymentAddress.cpp', |
+ 'payments/PaymentAddress.h', |
'payments/PaymentCompleter.h', |
'payments/PaymentRequest.cpp', |
'payments/PaymentRequest.h', |
@@ -1362,8 +1364,6 @@ |
'payments/PaymentUpdater.h', |
'payments/PaymentsValidators.cpp', |
'payments/PaymentsValidators.h', |
- 'payments/ShippingAddress.cpp', |
- 'payments/ShippingAddress.h', |
'permissions/NavigatorPermissions.cpp', |
'permissions/NavigatorPermissions.h', |
'permissions/PermissionController.cpp', |
@@ -2007,13 +2007,13 @@ |
'mediastream/RTCDataChannelTest.cpp', |
'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/PaymentsValidatorsTest.cpp', |
- 'payments/ShippingAddressTest.cpp', |
'presentation/PresentationAvailabilityTest.cpp', |
'push_messaging/PushManagerTest.cpp', |
'push_messaging/PushMessageDataTest.cpp', |