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

Unified Diff: components/payments/BUILD.gn

Issue 2611253004: [Payment Request] Change the lifetime management of PaymentRequestImpl (Closed)
Patch Set: added a browser test 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: components/payments/BUILD.gn
diff --git a/components/payments/BUILD.gn b/components/payments/BUILD.gn
index 924122beec489c7c06b64ab14a0aaaeb5601f7d8..251d548e19c231edf773bd71d054f8d8bd1e1424 100644
--- a/components/payments/BUILD.gn
+++ b/components/payments/BUILD.gn
@@ -24,6 +24,22 @@ mojom("payment_app") {
]
}
+static_library("payment_request_impl") {
+ sources = [
+ "payment_request_delegate.h",
+ "payment_request_impl.cc",
+ "payment_request_impl.h",
+ "payment_request_web_contents_manager.cc",
+ "payment_request_web_contents_manager.h",
+ ]
+
+ deps = [
+ ":payment_request",
+ "//content/public/browser",
+ "//mojo/public/cpp/bindings",
+ ]
+}
+
static_library("payment_validation") {
sources = [
"payment_details_validation.cc",

Powered by Google App Engine
This is Rietveld 408576698