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

Side by Side 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, 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'mediastream/RTCStatsReport.idl', 143 'mediastream/RTCStatsReport.idl',
144 'mediastream/RTCStatsResponse.idl', 144 'mediastream/RTCStatsResponse.idl',
145 'mediastream/SourceInfo.idl', 145 'mediastream/SourceInfo.idl',
146 'netinfo/NetworkInformation.idl', 146 'netinfo/NetworkInformation.idl',
147 'nfc/MessageCallback.idl', 147 'nfc/MessageCallback.idl',
148 'nfc/NFC.idl', 148 'nfc/NFC.idl',
149 'notifications/Notification.idl', 149 'notifications/Notification.idl',
150 'notifications/NotificationEvent.idl', 150 'notifications/NotificationEvent.idl',
151 'notifications/NotificationPermissionCallback.idl', 151 'notifications/NotificationPermissionCallback.idl',
152 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl', 152 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl',
153 'payments/PaymentAddress.idl',
153 'payments/PaymentRequestUpdateEvent.idl', 154 'payments/PaymentRequestUpdateEvent.idl',
154 'payments/PaymentRequest.idl', 155 'payments/PaymentRequest.idl',
155 'payments/PaymentResponse.idl', 156 'payments/PaymentResponse.idl',
156 'payments/ShippingAddress.idl',
157 'permissions/Permissions.idl', 157 'permissions/Permissions.idl',
158 'permissions/PermissionStatus.idl', 158 'permissions/PermissionStatus.idl',
159 'plugins/MimeType.idl', 159 'plugins/MimeType.idl',
160 'plugins/MimeTypeArray.idl', 160 'plugins/MimeTypeArray.idl',
161 'plugins/Plugin.idl', 161 'plugins/Plugin.idl',
162 'plugins/PluginArray.idl', 162 'plugins/PluginArray.idl',
163 'presentation/Presentation.idl', 163 'presentation/Presentation.idl',
164 'presentation/PresentationAvailability.idl', 164 'presentation/PresentationAvailability.idl',
165 'presentation/PresentationConnection.idl', 165 'presentation/PresentationConnection.idl',
166 'presentation/PresentationConnectionAvailableEvent.idl', 166 'presentation/PresentationConnectionAvailableEvent.idl',
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 'notifications/NotificationPermissionClient.h', 1345 'notifications/NotificationPermissionClient.h',
1346 'notifications/NotificationResourcesLoader.cpp', 1346 'notifications/NotificationResourcesLoader.cpp',
1347 'notifications/NotificationResourcesLoader.h', 1347 'notifications/NotificationResourcesLoader.h',
1348 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1348 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1349 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1349 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1350 'notifications/ServiceWorkerRegistrationNotifications.h', 1350 'notifications/ServiceWorkerRegistrationNotifications.h',
1351 'offscreencanvas/OffscreenCanvasModules.cpp', 1351 'offscreencanvas/OffscreenCanvasModules.cpp',
1352 'offscreencanvas/OffscreenCanvasModules.h', 1352 'offscreencanvas/OffscreenCanvasModules.h',
1353 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp', 1353 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp',
1354 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h', 1354 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h',
1355 'payments/PaymentAddress.cpp',
1356 'payments/PaymentAddress.h',
1355 'payments/PaymentCompleter.h', 1357 'payments/PaymentCompleter.h',
1356 'payments/PaymentRequest.cpp', 1358 'payments/PaymentRequest.cpp',
1357 'payments/PaymentRequest.h', 1359 'payments/PaymentRequest.h',
1358 'payments/PaymentRequestUpdateEvent.cpp', 1360 'payments/PaymentRequestUpdateEvent.cpp',
1359 'payments/PaymentRequestUpdateEvent.h', 1361 'payments/PaymentRequestUpdateEvent.h',
1360 'payments/PaymentResponse.cpp', 1362 'payments/PaymentResponse.cpp',
1361 'payments/PaymentResponse.h', 1363 'payments/PaymentResponse.h',
1362 'payments/PaymentUpdater.h', 1364 'payments/PaymentUpdater.h',
1363 'payments/PaymentsValidators.cpp', 1365 'payments/PaymentsValidators.cpp',
1364 'payments/PaymentsValidators.h', 1366 'payments/PaymentsValidators.h',
1365 'payments/ShippingAddress.cpp',
1366 'payments/ShippingAddress.h',
1367 'permissions/NavigatorPermissions.cpp', 1367 'permissions/NavigatorPermissions.cpp',
1368 'permissions/NavigatorPermissions.h', 1368 'permissions/NavigatorPermissions.h',
1369 'permissions/PermissionController.cpp', 1369 'permissions/PermissionController.cpp',
1370 'permissions/PermissionController.h', 1370 'permissions/PermissionController.h',
1371 'permissions/Permissions.cpp', 1371 'permissions/Permissions.cpp',
1372 'permissions/Permissions.h', 1372 'permissions/Permissions.h',
1373 'permissions/PermissionCallback.cpp', 1373 'permissions/PermissionCallback.cpp',
1374 'permissions/PermissionCallback.h', 1374 'permissions/PermissionCallback.h',
1375 'permissions/PermissionsCallback.cpp', 1375 'permissions/PermissionsCallback.cpp',
1376 'permissions/PermissionsCallback.h', 1376 'permissions/PermissionsCallback.h',
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
2000 'indexeddb/IDBKeyPathTest.cpp', 2000 'indexeddb/IDBKeyPathTest.cpp',
2001 'indexeddb/IDBRequestTest.cpp', 2001 'indexeddb/IDBRequestTest.cpp',
2002 'indexeddb/IDBTransactionTest.cpp', 2002 'indexeddb/IDBTransactionTest.cpp',
2003 'indexeddb/MockWebIDBDatabase.cpp', 2003 'indexeddb/MockWebIDBDatabase.cpp',
2004 'indexeddb/MockWebIDBDatabase.h', 2004 'indexeddb/MockWebIDBDatabase.h',
2005 'mediasession/MediaSessionTest.cpp', 2005 'mediasession/MediaSessionTest.cpp',
2006 'mediastream/MediaConstraintsTest.cpp', 2006 'mediastream/MediaConstraintsTest.cpp',
2007 'mediastream/RTCDataChannelTest.cpp', 2007 'mediastream/RTCDataChannelTest.cpp',
2008 'notifications/NotificationDataTest.cpp', 2008 'notifications/NotificationDataTest.cpp',
2009 'notifications/NotificationResourcesLoaderTest.cpp', 2009 'notifications/NotificationResourcesLoaderTest.cpp',
2010 'payments/PaymentAddressTest.cpp',
2010 'payments/PaymentDetailsTestHelper.cpp', 2011 'payments/PaymentDetailsTestHelper.cpp',
2011 'payments/PaymentRequestDetailsTest.cpp', 2012 'payments/PaymentRequestDetailsTest.cpp',
2012 'payments/PaymentRequestTest.cpp', 2013 'payments/PaymentRequestTest.cpp',
2013 'payments/PaymentRequestUpdateEventTest.cpp', 2014 'payments/PaymentRequestUpdateEventTest.cpp',
2014 'payments/PaymentResponseTest.cpp', 2015 'payments/PaymentResponseTest.cpp',
2015 'payments/PaymentsValidatorsTest.cpp', 2016 'payments/PaymentsValidatorsTest.cpp',
2016 'payments/ShippingAddressTest.cpp',
2017 'presentation/PresentationAvailabilityTest.cpp', 2017 'presentation/PresentationAvailabilityTest.cpp',
2018 'push_messaging/PushManagerTest.cpp', 2018 'push_messaging/PushManagerTest.cpp',
2019 'push_messaging/PushMessageDataTest.cpp', 2019 'push_messaging/PushMessageDataTest.cpp',
2020 'serviceworkers/ServiceWorkerContainerTest.cpp', 2020 'serviceworkers/ServiceWorkerContainerTest.cpp',
2021 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2021 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2022 'webaudio/ConvolverNodeTest.cpp', 2022 'webaudio/ConvolverNodeTest.cpp',
2023 'webaudio/DynamicsCompressorNodeTest.cpp', 2023 'webaudio/DynamicsCompressorNodeTest.cpp',
2024 'webaudio/ScriptProcessorNodeTest.cpp', 2024 'webaudio/ScriptProcessorNodeTest.cpp',
2025 'webaudio/StereoPannerNodeTest.cpp', 2025 'webaudio/StereoPannerNodeTest.cpp',
2026 'webdatabase/QuotaTrackerTest.cpp', 2026 'webdatabase/QuotaTrackerTest.cpp',
2027 'websockets/DOMWebSocketTest.cpp', 2027 'websockets/DOMWebSocketTest.cpp',
2028 'websockets/DocumentWebSocketChannelTest.cpp', 2028 'websockets/DocumentWebSocketChannelTest.cpp',
2029 ], 2029 ],
2030 }, 2030 },
2031 } 2031 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698