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

Unified Diff: chrome/browser/BUILD.gn

Issue 2611253004: [Payment Request] Change the lifetime management of PaymentRequestImpl (Closed)
Patch Set: addressed comments 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 87e08200b018cf67e41be2b839d84f8019f76db8..81ce74b4e86a9309802fd2a24b3a4e1de7bab800 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1442,6 +1442,7 @@ split_static_library("browser") {
"//components/password_manager/sync/browser",
"//components/payments:payment_app",
"//components/payments:payment_request",
+ "//components/payments:payment_request_impl",
"//components/policy:generated",
"//components/policy/core/browser",
"//components/policy/proto",
@@ -3580,8 +3581,10 @@ split_static_library("browser") {
if (is_linux || is_win) {
sources += [
- "payments/payment_request_impl.cc",
- "payments/payment_request_impl.h",
+ "payments/chrome_payment_request_delegate.cc",
+ "payments/chrome_payment_request_delegate.h",
+ "payments/payment_request_factory.cc",
+ "payments/payment_request_factory.h",
"renderer_context_menu/spelling_options_submenu_observer.cc",
"renderer_context_menu/spelling_options_submenu_observer.h",
]

Powered by Google App Engine
This is Rietveld 408576698