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 26cf0f59958ebff629f61f26815bd072e258a040..d1a942f9e84b3865e831ac7125c01f3a4c5e3cb9 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', |
@@ -1337,6 +1337,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', |
@@ -1347,8 +1349,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', |
@@ -1983,13 +1983,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', |