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

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 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',

Powered by Google App Engine
This is Rietveld 408576698