Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(918)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2020913002: PaymentRequest: Rename ShippingAddress to PaymentAddress. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698