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

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

Issue 2735803003: [WebPayments] Extracting common code from Shipping + Contact Info views. (Closed)
Patch Set: monday rebase Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/contact_info_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 6b61f7d6c6782cc6240a4c25148eac8e7fc585b7..74b97187a1d324a162b453d91368536f0b3b61ff 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1499,8 +1499,6 @@ split_static_library("ui") {
"views/login_view.h",
"views/new_back_shortcut_bubble.cc",
"views/new_back_shortcut_bubble.h",
- "views/payments/contact_info_view_controller.cc",
- "views/payments/contact_info_view_controller.h",
"views/payments/credit_card_editor_view_controller.cc",
"views/payments/credit_card_editor_view_controller.h",
"views/payments/editor_view_controller.cc",
@@ -1524,8 +1522,8 @@ split_static_library("ui") {
"views/payments/payment_sheet_view_controller.h",
"views/payments/preselected_combobox_model.cc",
"views/payments/preselected_combobox_model.h",
- "views/payments/shipping_list_view_controller.cc",
- "views/payments/shipping_list_view_controller.h",
+ "views/payments/profile_list_view_controller.cc",
+ "views/payments/profile_list_view_controller.h",
"views/payments/validating_combobox.cc",
"views/payments/validating_combobox.h",
"views/payments/validating_textfield.cc",
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/contact_info_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698