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

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

Issue 2665583002: PaymentApp: Rename PaymentAppRequestData to PaymentAppRequest. (Closed)
Patch Set: android Created 3 years, 11 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 f3811be7b8182464f17dce6dea9aed3dc55a8bd0..370cd0bdc0b4c8e8ce618d2f4a2a75bb6fae9fac 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -456,7 +456,7 @@ modules_dictionary_idl_files =
"payments/BasicCardRequest.idl",
"payments/PaymentAppManifest.idl",
"payments/PaymentAppOption.idl",
- "payments/PaymentAppRequestData.idl",
+ "payments/PaymentAppRequest.idl",
"payments/PaymentCurrencyAmount.idl",
"payments/PaymentDetails.idl",
"payments/PaymentDetailsModifier.idl",
@@ -803,8 +803,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/PaymentAppRequest.cpp",
+ "$blink_modules_output_dir/payments/PaymentAppRequest.h",
"$blink_modules_output_dir/payments/PaymentCurrencyAmount.cpp",
"$blink_modules_output_dir/payments/PaymentCurrencyAmount.h",
"$blink_modules_output_dir/payments/PaymentDetails.cpp",

Powered by Google App Engine
This is Rietveld 408576698