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

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

Issue 2394473002: iframes with allowpaymentrequest attribute are allowed to make payment requests. (Closed)
Patch Set: Rebased Created 4 years, 2 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 # 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "mediastream/NavigatorUserMedia.idl", 564 "mediastream/NavigatorUserMedia.idl",
565 "mediastream/URLMediaStream.idl", 565 "mediastream/URLMediaStream.idl",
566 "mediastream/WindowMediaStream.idl", 566 "mediastream/WindowMediaStream.idl",
567 "navigatorcontentutils/NavigatorContentUtils.idl", 567 "navigatorcontentutils/NavigatorContentUtils.idl",
568 "nfc/NavigatorNFC.idl", 568 "nfc/NavigatorNFC.idl",
569 "netinfo/NavigatorNetworkInformation.idl", 569 "netinfo/NavigatorNetworkInformation.idl",
570 "netinfo/WorkerNavigatorNetworkInformation.idl", 570 "netinfo/WorkerNavigatorNetworkInformation.idl",
571 "notifications/ServiceWorkerGlobalScopeNotifications.idl", 571 "notifications/ServiceWorkerGlobalScopeNotifications.idl",
572 "notifications/ServiceWorkerRegistrationNotifications.idl", 572 "notifications/ServiceWorkerRegistrationNotifications.idl",
573 "offscreencanvas/OffscreenCanvasModules.idl", 573 "offscreencanvas/OffscreenCanvasModules.idl",
574 "payments/HTMLIFrameElementPayments.idl",
574 "permissions/NavigatorPermissions.idl", 575 "permissions/NavigatorPermissions.idl",
575 "permissions/WorkerNavigatorPermissions.idl", 576 "permissions/WorkerNavigatorPermissions.idl",
576 "plugins/NavigatorPlugins.idl", 577 "plugins/NavigatorPlugins.idl",
577 "presentation/NavigatorPresentation.idl", 578 "presentation/NavigatorPresentation.idl",
578 "push_messaging/ServiceWorkerGlobalScopePush.idl", 579 "push_messaging/ServiceWorkerGlobalScopePush.idl",
579 "push_messaging/ServiceWorkerRegistrationPush.idl", 580 "push_messaging/ServiceWorkerRegistrationPush.idl",
580 "quota/NavigatorStorageQuota.idl", 581 "quota/NavigatorStorageQuota.idl",
581 "quota/WindowQuota.idl", 582 "quota/WindowQuota.idl",
582 "quota/WorkerNavigatorStorageQuota.idl", 583 "quota/WorkerNavigatorStorageQuota.idl",
583 "remoteplayback/HTMLMediaElementRemotePlayback.idl", 584 "remoteplayback/HTMLMediaElementRemotePlayback.idl",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 "$blink_modules_output_dir/websockets/CloseEventInit.h", 888 "$blink_modules_output_dir/websockets/CloseEventInit.h",
888 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 889 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
889 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 890 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
890 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 891 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
891 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 892 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
892 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 893 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
893 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 894 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
894 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 895 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
895 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 896 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
896 ] 897 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp ('k') | third_party/WebKit/Source/modules/payments/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698