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

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 e468b7a5be5362cb3457debc4d19bfe86b82031b..4cec98f3035739b7d59fb2b0ad60edc7df1ed652 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -181,6 +181,7 @@ modules_idl_files =
"offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl",
"payments/PaymentAddress.idl",
"payments/PaymentAppManager.idl",
+ "payments/PaymentInstruments.idl",
"payments/PaymentRequestEvent.idl",
"payments/PaymentRequestUpdateEvent.idl",
"payments/PaymentRequest.idl",
@@ -485,6 +486,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",
@@ -875,6 +877,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