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

Unified Diff: chrome/browser/BUILD.gn

Issue 2946013002: PaymentHandler: Implement requestPermission().
Patch Set: PaymentHandler: Implement requestPermission(). Created 3 years, 6 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 | « WATCHLISTS ('k') | chrome/browser/android/resource_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 057b1ec0f9bdb9d7c8abbeaed9becb04c87c2d38..00998a62036853e3393c4834e564b642416bc0d5 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -893,6 +893,8 @@ split_static_library("browser") {
"password_manager/password_store_mac.h",
"password_manager/password_store_win.cc",
"password_manager/password_store_win.h",
+ "payments/payment_handler_permission_context.cc",
+ "payments/payment_handler_permission_context.h",
"payments/ssl_validity_checker.cc",
"payments/ssl_validity_checker.h",
"performance_monitor/performance_monitor.cc",
@@ -3022,6 +3024,8 @@ split_static_library("browser") {
"payments/android/chrome_payments_jni_registrar.h",
"payments/android/journey_logger_android.cc",
"payments/android/journey_logger_android.h",
+ "payments/android/payment_handler_permission_infobar_delegate_android.cc",
+ "payments/android/payment_handler_permission_infobar_delegate_android.h",
"payments/android/payment_manifest_web_data_service_android.cc",
"payments/android/payment_manifest_web_data_service_android.h",
"payments/android/ssl_validity_checker_android.cc",
« no previous file with comments | « WATCHLISTS ('k') | chrome/browser/android/resource_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698