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

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

Issue 2528503002: [WebPayments] Implement state transitions in desktop WebPayments dialog. (Closed)
Patch Set: Make PaymentDialogState own the view returned through GetView 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..c44e4ee25d8a4a08bd3ad3658c52f0070782ed1c 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1790,8 +1790,14 @@ split_static_library("ui") {
"views/passwords/manage_passwords_bubble_view.h",
"views/passwords/manage_passwords_icon_views.cc",
"views/passwords/manage_passwords_icon_views.h",
+ "views/payments/order_summary_state.cc",
+ "views/payments/order_summary_state.h",
+ "views/payments/payment_dialog_state.cc",
+ "views/payments/payment_dialog_state.h",
"views/payments/payment_request_dialog.cc",
"views/payments/payment_request_dialog.h",
+ "views/payments/payment_sheet_state.cc",
+ "views/payments/payment_sheet_state.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