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

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

Issue 2699713003: [WIP] RespondWithObserver
Patch Set: RespondWithObserver Created 3 years, 10 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 | « no previous file | third_party/WebKit/Source/modules/payments/PaymentAppResponse.idl » ('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 595d61360097350e9772b7ba6af3d6c8f6493ae5..ef8932241893387a31c3520c8a8c471c909845db 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -450,6 +450,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",
@@ -795,6 +796,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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/payments/PaymentAppResponse.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698