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

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

Issue 2898223002: PaymentHandler: Rename PaymentAppRequest with PaymentRequestEventData. (Closed)
Patch Set: Rename Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/payments/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0c3d259eac91a86b488d0026ef15e3d33a18542d..0543eb5729061af4998c026ee9da8f8dc7bee2b0 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -479,7 +479,7 @@ modules_dictionary_idl_files =
"payments/AndroidPayTokenization.idl",
"payments/BasicCardRequest.idl",
"payments/PaymentAppResponse.idl",
- "payments/PaymentAppRequest.idl",
+ "payments/PaymentRequestEventInit.idl",
"payments/PaymentCurrencyAmount.idl",
"payments/PaymentDetailsBase.idl",
"payments/PaymentDetailsInit.idl",
@@ -860,8 +860,8 @@ generated_modules_dictionary_files = [
"$blink_modules_output_dir/payments/BasicCardRequest.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/PaymentRequestEventInit.cpp",
+ "$blink_modules_output_dir/payments/PaymentRequestEventInit.h",
"$blink_modules_output_dir/payments/PaymentCurrencyAmount.cpp",
"$blink_modules_output_dir/payments/PaymentCurrencyAmount.h",
"$blink_modules_output_dir/payments/PaymentDetailsBase.cpp",
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/payments/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698