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

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

Issue 2705293010: PaymentApp: Implement respondWith() in PaymentRequestEvent. (blink side) (Closed)
Patch Set: PaymentApp: Implement respondWith() in PaymentRequestEvent. (blink side) 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 94ed5f68b8cfce647860309ed571073f37857aa6..81b93958b1595da4f12bbc3cd6226fc37aaa5e39 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -455,6 +455,7 @@ modules_dictionary_idl_files =
"payments/BasicCardRequest.idl",
"payments/PaymentAppManifest.idl",
"payments/PaymentAppOption.idl",
+ "payments/PaymentAppResponse.idl",
"payments/PaymentAppRequest.idl",
"payments/PaymentCurrencyAmount.idl",
"payments/PaymentDetails.idl",
@@ -806,6 +807,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/PaymentAppResponse.cpp",
+ "$blink_modules_output_dir/payments/PaymentAppResponse.h",
"$blink_modules_output_dir/payments/PaymentAppRequest.cpp",
"$blink_modules_output_dir/payments/PaymentAppRequest.h",
"$blink_modules_output_dir/payments/PaymentCurrencyAmount.cpp",

Powered by Google App Engine
This is Rietveld 408576698