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

Unified Diff: components/payments/BUILD.gn

Issue 2446093004: [Web Payments] Initial plumb of Payment Request dialog (Closed)
Patch Set: Responses Created 4 years, 1 month 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..294b5ebab7af5e214376f7213abc7fc08c88d9eb 100644
--- a/components/payments/BUILD.gn
+++ b/components/payments/BUILD.gn
@@ -24,6 +24,15 @@ mojom("payment_app") {
]
}
+static_library("payments") {
+ sources = [
+ # Place-holder.
+ ]
+ deps = [
+ ":payment_request",
+ ]
+}
+
static_library("payment_validation") {
sources = [
"payment_details_validation.cc",
« chrome/app/generated_resources.grd ('K') | « chrome/browser/payments/ui/payment_request_dialog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698