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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index e9dd62f17e27c3c95a16768985287b85473a499d..72b790d1cfb433b67825bfbb7c47238d542fcad9 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -171,6 +171,7 @@ modules_idl_files =
"offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl",
"payments/PaymentAddress.idl",
"payments/PaymentAppManager.idl",
+ "payments/PaymentRequestEvent.idl",
"payments/PaymentRequestUpdateEvent.idl",
"payments/PaymentRequest.idl",
"payments/PaymentResponse.idl",
@@ -448,6 +449,7 @@ modules_dictionary_idl_files =
"payments/AndroidPayTokenization.idl",
"payments/PaymentAppManifest.idl",
"payments/PaymentAppOption.idl",
+ "payments/PaymentAppRequestData.idl",
"payments/PaymentCurrencyAmount.idl",
"payments/PaymentDetails.idl",
"payments/PaymentDetailsModifier.idl",
@@ -590,6 +592,7 @@ modules_dependency_idl_files =
"notifications/ServiceWorkerRegistrationNotifications.idl",
"offscreencanvas/OffscreenCanvasModules.idl",
"payments/HTMLIFrameElementPayments.idl",
+ "payments/PaymentAppServiceWorkerGlobalScope.idl",
"payments/PaymentAppServiceWorkerRegistration.idl",
"permissions/NavigatorPermissions.idl",
"permissions/WorkerNavigatorPermissions.idl",
@@ -775,6 +778,8 @@ generated_modules_dictionary_files = [
"$blink_modules_output_dir/payments/PaymentAppManifest.h",
"$blink_modules_output_dir/payments/PaymentAppOption.cpp",
"$blink_modules_output_dir/payments/PaymentAppOption.h",
+ "$blink_modules_output_dir/payments/PaymentAppRequestData.cpp",
+ "$blink_modules_output_dir/payments/PaymentAppRequestData.h",
"$blink_modules_output_dir/payments/PaymentCurrencyAmount.cpp",
"$blink_modules_output_dir/payments/PaymentCurrencyAmount.h",
"$blink_modules_output_dir/payments/PaymentDetails.cpp",
« 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