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

Unified Diff: components/payments/BUILD.gn

Issue 2446093004: [Web Payments] Initial plumb of Payment Request dialog (Closed)
Patch Set: Replaced my flag with existing one Created 4 years, 2 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 fe3fe64cbe8e82cb3935652a574a211cd78e7947..250ef2ea8b2db8bf7e5c3df3830869f01ef95293 100644
--- a/components/payments/BUILD.gn
+++ b/components/payments/BUILD.gn
@@ -13,3 +13,12 @@ mojom("payment_request") {
"//mojo/common:common_custom_types",
]
}
+
+static_library("payments") {
+ sources = [
+ # Place-holder.
please use gerrit instead 2016/11/04 21:58:15 Does this patch not compile the newly added files?
Kevin Bailey 2016/11/09 16:25:21 The new files are over in chrome/browser/payments
+ ]
+ deps = [
+ ":payment_request",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698