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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 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.
2 sources = [
3 "payment_request_impl.cc",
4 "ui/payment_request_dialog.cc",
5 ]
6 deps = [
7 "//skia",
8 ]
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698