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

Unified Diff: components/payments/BUILD.gn

Issue 2446093004: [Web Payments] Initial plumb of Payment Request dialog (Closed)
Patch Set: Remove mystery strings 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.
Lei Zhang 2016/11/09 18:08:56 I assume there is a plan to put files here in the
Kevin Bailey 2016/11/15 14:36:33 Yes. I could just point chrome/browser/BUILD.gn at
+ ]
+ deps = [
+ ":payment_request",
+ ]
+}
+
static_library("payment_validation") {
sources = [
"payment_details_validation.cc",

Powered by Google App Engine
This is Rietveld 408576698