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

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

Issue 2528503002: [WebPayments] Implement state transitions in desktop WebPayments dialog. (Closed)
Patch Set: Change ToggleInteractable to SetInteractable 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 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
index 55a02264d5cf71af8dc73fd62d6a6fabaa8aab2f..4a72754c226b422ef6bbc79e5e532c1dac637127 100644
--- a/chrome/browser/payments/BUILD.gn
+++ b/chrome/browser/payments/BUILD.gn
@@ -6,8 +6,13 @@ static_library("payments") {
sources = [
"payment_request_impl.cc",
"payment_request_impl.h",
+ "ui/order_summary_state.cc",
+ "ui/order_summary_state.h",
+ "ui/payment_dialog_state.h",
"ui/payment_request_dialog.cc",
"ui/payment_request_dialog.h",
+ "ui/payment_sheet_state.cc",
+ "ui/payment_sheet_state.h",
]
deps = [
"//components/payments:payment_request",
« no previous file with comments | « no previous file | chrome/browser/payments/ui/order_summary_state.h » ('j') | chrome/browser/payments/ui/order_summary_state.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698