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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2775343002: PaymentHandler: Initial implementation for PaymentInstruments. (Closed)
Patch Set: PaymentHandler: Initial implementation for PaymentInstruments. Created 3 years, 9 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_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 400c3c1b8680dc1560f14535a49cd7e13d724445..10f784054c9b0c572bb28454115d83fff7c6eeae 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -180,6 +180,7 @@ modules_idl_files =
"notifications/NotificationPermissionCallback.idl",
"offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl",
"payments/PaymentAddress.idl",
+ "payments/PaymentInstruments.idl",
"payments/PaymentManager.idl",
"payments/PaymentRequestEvent.idl",
"payments/PaymentRequestUpdateEvent.idl",
@@ -487,6 +488,7 @@ modules_dictionary_idl_files =
"payments/PaymentItem.idl",
"payments/PaymentMethodData.idl",
"payments/PaymentOptions.idl",
+ "payments/PaymentInstrument.idl",
"payments/PaymentRequestUpdateEventInit.idl",
"payments/PaymentShippingOption.idl",
"peerconnection/RTCAnswerOptions.idl",
@@ -877,6 +879,8 @@ generated_modules_dictionary_files = [
"$blink_modules_output_dir/payments/PaymentMethodData.h",
"$blink_modules_output_dir/payments/PaymentOptions.cpp",
"$blink_modules_output_dir/payments/PaymentOptions.h",
+ "$blink_modules_output_dir/payments/PaymentInstrument.cpp",
+ "$blink_modules_output_dir/payments/PaymentInstrument.h",
"$blink_modules_output_dir/payments/PaymentRequestUpdateEventInit.cpp",
"$blink_modules_output_dir/payments/PaymentRequestUpdateEventInit.h",
"$blink_modules_output_dir/payments/PaymentShippingOption.cpp",

Powered by Google App Engine
This is Rietveld 408576698