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

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

Issue 2695653004: [Web Payments] Add a mechanism to build item lists in the PR dialog. (Closed)
Patch Set: Fix up some comments. Created 3 years, 10 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/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 07378267e5e0857ac33462450d7fc192be1e448c..9d6a1f84085f638cf1a90ec47985d3eb346c1289 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1518,6 +1518,8 @@ split_static_library("ui") {
"views/payments/payment_request_dialog_view.cc",
"views/payments/payment_request_dialog_view.h",
"views/payments/payment_request_dialog_view_ids.h",
+ "views/payments/payment_request_item_list.cc",
+ "views/payments/payment_request_item_list.h",
"views/payments/payment_request_row_view.cc",
"views/payments/payment_request_row_view.h",
"views/payments/payment_request_sheet_controller.cc",

Powered by Google App Engine
This is Rietveld 408576698