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

Unified Diff: chrome/browser/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: chrome/browser/payments/BUILD.gn
diff --git a/chrome/browser/payments/BUILD.gn b/chrome/browser/payments/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..6db63b5cc54decee1627935296e48335babe3367
--- /dev/null
+++ b/chrome/browser/payments/BUILD.gn
@@ -0,0 +1,9 @@
+static_library("payments") {
please use gerrit instead 2016/11/04 21:58:12 License header please.
Kevin Bailey 2016/11/09 16:25:20 Done.
+ sources = [
+ "payment_request_impl.cc",
+ "ui/payment_request_dialog.cc",
+ ]
+ deps = [
+ "//skia",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698