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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2528503002: [WebPayments] Implement state transitions in desktop WebPayments dialog. (Closed)
Patch Set: Change the ViewStack interface to take std::unique_ptr<views::View> directly. Created 4 years 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/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index d4cf8b03479927f9861765cb14fecaebd6a37aad..3d220a289be03e6999d3b959260eb6209920bfe9 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1792,6 +1792,8 @@ split_static_library("ui") {
"views/passwords/manage_passwords_icon_views.h",
"views/payments/payment_request_dialog.cc",
"views/payments/payment_request_dialog.h",
+ "views/payments/view_stack.cc",
+ "views/payments/view_stack.h",
"views/process_singleton_dialog_linux.cc",
"views/profiles/profile_indicator_icon.cc",
"views/profiles/profile_indicator_icon.h",

Powered by Google App Engine
This is Rietveld 408576698