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

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: 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 d2862044066f849354aaaba513ea903d6664a3c5..bc7995102b5b0a20ea106f41a7db21dd7be7e201 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1809,6 +1809,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