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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2611253004: [Payment Request] Change the lifetime management of PaymentRequestImpl (Closed)
Patch Set: PaymentRequestImpl -> PaymentRequest 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index fe4b4546b1de38a0ec18427d899f4cf6dd9af436..22ab77ebbe9ee5adf99b0ced39f90720c3dfdd14 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -2113,6 +2113,9 @@ split_static_library("ui") {
"webui/settings/native_certificates_handler.h",
]
}
+ if (is_win || is_linux) {
+ deps += [ "//components/payments:payment_request_impl" ]
+ }
if (enable_print_preview) {
sources += [
"webui/print_preview/extension_printer_handler.cc",
« no previous file with comments | « chrome/browser/payments/site_per_process_payments_browsertest.cc ('k') | chrome/browser/ui/browser_dialogs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698