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

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2510833002: PaymentApp: Add interfaces for PaymentRequestEvent. (Closed)
Patch Set: PaymentApp: Add interfaces for PaymentRequestEvent. Created 4 years, 1 month 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 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 6
7 # The paths in this file are absolute since this file is imported and the 7 # The paths in this file are absolute since this file is imported and the
8 # file lists must be valid from multple "current directories". 8 # file lists must be valid from multple "current directories".
9 9
10 bindings_modules_output_dir = "$bindings_output_dir/modules" 10 bindings_modules_output_dir = "$bindings_output_dir/modules"
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "mediastream/NavigatorUserMediaSuccessCallback.idl", 164 "mediastream/NavigatorUserMediaSuccessCallback.idl",
165 "netinfo/NetworkInformation.idl", 165 "netinfo/NetworkInformation.idl",
166 "nfc/MessageCallback.idl", 166 "nfc/MessageCallback.idl",
167 "nfc/NFC.idl", 167 "nfc/NFC.idl",
168 "notifications/Notification.idl", 168 "notifications/Notification.idl",
169 "notifications/NotificationEvent.idl", 169 "notifications/NotificationEvent.idl",
170 "notifications/NotificationPermissionCallback.idl", 170 "notifications/NotificationPermissionCallback.idl",
171 "offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl", 171 "offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl",
172 "payments/PaymentAddress.idl", 172 "payments/PaymentAddress.idl",
173 "payments/PaymentAppManager.idl", 173 "payments/PaymentAppManager.idl",
174 "payments/PaymentRequestEvent.idl",
174 "payments/PaymentRequestUpdateEvent.idl", 175 "payments/PaymentRequestUpdateEvent.idl",
175 "payments/PaymentRequest.idl", 176 "payments/PaymentRequest.idl",
176 "payments/PaymentResponse.idl", 177 "payments/PaymentResponse.idl",
177 "peerconnection/RTCCertificate.idl", 178 "peerconnection/RTCCertificate.idl",
178 "peerconnection/RTCDTMFSender.idl", 179 "peerconnection/RTCDTMFSender.idl",
179 "peerconnection/RTCDTMFToneChangeEvent.idl", 180 "peerconnection/RTCDTMFToneChangeEvent.idl",
180 "peerconnection/RTCDataChannel.idl", 181 "peerconnection/RTCDataChannel.idl",
181 "peerconnection/RTCDataChannelEvent.idl", 182 "peerconnection/RTCDataChannelEvent.idl",
182 "peerconnection/RTCIceCandidate.idl", 183 "peerconnection/RTCIceCandidate.idl",
183 "peerconnection/RTCLegacyStatsReport.idl", 184 "peerconnection/RTCLegacyStatsReport.idl",
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "nfc/NFCRecord.idl", 442 "nfc/NFCRecord.idl",
442 "nfc/NFCWatchOptions.idl", 443 "nfc/NFCWatchOptions.idl",
443 "notifications/GetNotificationOptions.idl", 444 "notifications/GetNotificationOptions.idl",
444 "notifications/NotificationAction.idl", 445 "notifications/NotificationAction.idl",
445 "notifications/NotificationEventInit.idl", 446 "notifications/NotificationEventInit.idl",
446 "notifications/NotificationOptions.idl", 447 "notifications/NotificationOptions.idl",
447 "payments/AndroidPayMethodData.idl", 448 "payments/AndroidPayMethodData.idl",
448 "payments/AndroidPayTokenization.idl", 449 "payments/AndroidPayTokenization.idl",
449 "payments/PaymentAppManifest.idl", 450 "payments/PaymentAppManifest.idl",
450 "payments/PaymentAppOption.idl", 451 "payments/PaymentAppOption.idl",
452 "payments/PaymentAppRequestData.idl",
451 "payments/PaymentCurrencyAmount.idl", 453 "payments/PaymentCurrencyAmount.idl",
452 "payments/PaymentDetails.idl", 454 "payments/PaymentDetails.idl",
453 "payments/PaymentDetailsModifier.idl", 455 "payments/PaymentDetailsModifier.idl",
454 "payments/PaymentItem.idl", 456 "payments/PaymentItem.idl",
455 "payments/PaymentMethodData.idl", 457 "payments/PaymentMethodData.idl",
456 "payments/PaymentOptions.idl", 458 "payments/PaymentOptions.idl",
457 "payments/PaymentRequestUpdateEventInit.idl", 459 "payments/PaymentRequestUpdateEventInit.idl",
458 "payments/PaymentShippingOption.idl", 460 "payments/PaymentShippingOption.idl",
459 "peerconnection/RTCAnswerOptions.idl", 461 "peerconnection/RTCAnswerOptions.idl",
460 "peerconnection/RTCConfiguration.idl", 462 "peerconnection/RTCConfiguration.idl",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 "mediastream/URLMediaStream.idl", 585 "mediastream/URLMediaStream.idl",
584 "mediastream/WindowMediaStream.idl", 586 "mediastream/WindowMediaStream.idl",
585 "navigatorcontentutils/NavigatorContentUtils.idl", 587 "navigatorcontentutils/NavigatorContentUtils.idl",
586 "nfc/NavigatorNFC.idl", 588 "nfc/NavigatorNFC.idl",
587 "netinfo/NavigatorNetworkInformation.idl", 589 "netinfo/NavigatorNetworkInformation.idl",
588 "netinfo/WorkerNavigatorNetworkInformation.idl", 590 "netinfo/WorkerNavigatorNetworkInformation.idl",
589 "notifications/ServiceWorkerGlobalScopeNotifications.idl", 591 "notifications/ServiceWorkerGlobalScopeNotifications.idl",
590 "notifications/ServiceWorkerRegistrationNotifications.idl", 592 "notifications/ServiceWorkerRegistrationNotifications.idl",
591 "offscreencanvas/OffscreenCanvasModules.idl", 593 "offscreencanvas/OffscreenCanvasModules.idl",
592 "payments/HTMLIFrameElementPayments.idl", 594 "payments/HTMLIFrameElementPayments.idl",
595 "payments/PaymentAppServiceWorkerGlobalScope.idl",
593 "payments/PaymentAppServiceWorkerRegistration.idl", 596 "payments/PaymentAppServiceWorkerRegistration.idl",
594 "permissions/NavigatorPermissions.idl", 597 "permissions/NavigatorPermissions.idl",
595 "permissions/WorkerNavigatorPermissions.idl", 598 "permissions/WorkerNavigatorPermissions.idl",
596 "plugins/NavigatorPlugins.idl", 599 "plugins/NavigatorPlugins.idl",
597 "presentation/NavigatorPresentation.idl", 600 "presentation/NavigatorPresentation.idl",
598 "push_messaging/ServiceWorkerGlobalScopePush.idl", 601 "push_messaging/ServiceWorkerGlobalScopePush.idl",
599 "push_messaging/ServiceWorkerRegistrationPush.idl", 602 "push_messaging/ServiceWorkerRegistrationPush.idl",
600 "quota/NavigatorStorageQuota.idl", 603 "quota/NavigatorStorageQuota.idl",
601 "quota/WindowQuota.idl", 604 "quota/WindowQuota.idl",
602 "quota/WorkerNavigatorStorageQuota.idl", 605 "quota/WorkerNavigatorStorageQuota.idl",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 "$blink_modules_output_dir/notifications/NotificationOptions.cpp", 771 "$blink_modules_output_dir/notifications/NotificationOptions.cpp",
769 "$blink_modules_output_dir/notifications/NotificationOptions.h", 772 "$blink_modules_output_dir/notifications/NotificationOptions.h",
770 "$blink_modules_output_dir/payments/AndroidPayMethodData.cpp", 773 "$blink_modules_output_dir/payments/AndroidPayMethodData.cpp",
771 "$blink_modules_output_dir/payments/AndroidPayMethodData.h", 774 "$blink_modules_output_dir/payments/AndroidPayMethodData.h",
772 "$blink_modules_output_dir/payments/AndroidPayTokenization.cpp", 775 "$blink_modules_output_dir/payments/AndroidPayTokenization.cpp",
773 "$blink_modules_output_dir/payments/AndroidPayTokenization.h", 776 "$blink_modules_output_dir/payments/AndroidPayTokenization.h",
774 "$blink_modules_output_dir/payments/PaymentAppManifest.cpp", 777 "$blink_modules_output_dir/payments/PaymentAppManifest.cpp",
775 "$blink_modules_output_dir/payments/PaymentAppManifest.h", 778 "$blink_modules_output_dir/payments/PaymentAppManifest.h",
776 "$blink_modules_output_dir/payments/PaymentAppOption.cpp", 779 "$blink_modules_output_dir/payments/PaymentAppOption.cpp",
777 "$blink_modules_output_dir/payments/PaymentAppOption.h", 780 "$blink_modules_output_dir/payments/PaymentAppOption.h",
781 "$blink_modules_output_dir/payments/PaymentAppRequestData.cpp",
782 "$blink_modules_output_dir/payments/PaymentAppRequestData.h",
778 "$blink_modules_output_dir/payments/PaymentCurrencyAmount.cpp", 783 "$blink_modules_output_dir/payments/PaymentCurrencyAmount.cpp",
779 "$blink_modules_output_dir/payments/PaymentCurrencyAmount.h", 784 "$blink_modules_output_dir/payments/PaymentCurrencyAmount.h",
780 "$blink_modules_output_dir/payments/PaymentDetails.cpp", 785 "$blink_modules_output_dir/payments/PaymentDetails.cpp",
781 "$blink_modules_output_dir/payments/PaymentDetails.h", 786 "$blink_modules_output_dir/payments/PaymentDetails.h",
782 "$blink_modules_output_dir/payments/PaymentDetailsModifier.cpp", 787 "$blink_modules_output_dir/payments/PaymentDetailsModifier.cpp",
783 "$blink_modules_output_dir/payments/PaymentDetailsModifier.h", 788 "$blink_modules_output_dir/payments/PaymentDetailsModifier.h",
784 "$blink_modules_output_dir/payments/PaymentItem.cpp", 789 "$blink_modules_output_dir/payments/PaymentItem.cpp",
785 "$blink_modules_output_dir/payments/PaymentItem.h", 790 "$blink_modules_output_dir/payments/PaymentItem.h",
786 "$blink_modules_output_dir/payments/PaymentMethodData.cpp", 791 "$blink_modules_output_dir/payments/PaymentMethodData.cpp",
787 "$blink_modules_output_dir/payments/PaymentMethodData.h", 792 "$blink_modules_output_dir/payments/PaymentMethodData.h",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 "$blink_modules_output_dir/websockets/CloseEventInit.h", 934 "$blink_modules_output_dir/websockets/CloseEventInit.h",
930 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 935 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
931 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 936 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
932 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 937 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
933 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 938 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
934 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 939 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
935 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 940 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
936 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 941 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
937 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 942 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
938 ] 943 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTypeNames.in ('k') | third_party/WebKit/Source/modules/payments/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698