Index: chrome/browser/ui/BUILD.gn |
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
index 5b81114051f22f0f9802cc858b116ea43364b958..7a495064ac092f143a9c7fe78222d8c69a868501 100644 |
--- a/chrome/browser/ui/BUILD.gn |
+++ b/chrome/browser/ui/BUILD.gn |
@@ -114,10 +114,10 @@ split_static_library("ui") { |
"login/login_interstitial_delegate.h", |
"navigation_correction_tab_observer.cc", |
"navigation_correction_tab_observer.h", |
- "page_info/website_settings.cc", |
- "page_info/website_settings.h", |
- "page_info/website_settings_ui.cc", |
- "page_info/website_settings_ui.h", |
+ "page_info/page_info.cc", |
+ "page_info/page_info.h", |
+ "page_info/page_info_ui.cc", |
+ "page_info/page_info_ui.h", |
"passwords/account_avatar_fetcher.cc", |
"passwords/account_avatar_fetcher.h", |
"passwords/manage_passwords_state.cc", |
@@ -770,10 +770,10 @@ split_static_library("ui") { |
"omnibox/chrome_omnibox_navigation_observer.h", |
"omnibox/clipboard_utils.cc", |
"omnibox/clipboard_utils.h", |
+ "page_info/page_info_infobar_delegate.cc", |
+ "page_info/page_info_infobar_delegate.h", |
"page_info/permission_menu_model.cc", |
"page_info/permission_menu_model.h", |
- "page_info/website_settings_infobar_delegate.cc", |
- "page_info/website_settings_infobar_delegate.h", |
"passwords/manage_passwords_bubble_model.cc", |
"passwords/manage_passwords_bubble_model.h", |
"passwords/manage_passwords_icon_view.h", |
@@ -1509,11 +1509,11 @@ split_static_library("ui") { |
"views/page_info/chosen_object_row_observer.h", |
"views/page_info/non_accessible_image_view.cc", |
"views/page_info/non_accessible_image_view.h", |
+ "views/page_info/page_info_popup_view.cc", |
+ "views/page_info/page_info_popup_view.h", |
"views/page_info/permission_selector_row.cc", |
"views/page_info/permission_selector_row.h", |
"views/page_info/permission_selector_row_observer.h", |
- "views/page_info/website_settings_popup_view.cc", |
- "views/page_info/website_settings_popup_view.h", |
"views/payments/credit_card_editor_view_controller.cc", |
"views/payments/credit_card_editor_view_controller.h", |
"views/payments/editor_view_controller.cc", |
@@ -2840,14 +2840,14 @@ split_static_library("ui") { |
"cocoa/one_click_signin_dialog_controller.mm", |
"cocoa/one_click_signin_view_controller.h", |
"cocoa/one_click_signin_view_controller.mm", |
+ "cocoa/page_info/page_info_bubble_controller.h", |
+ "cocoa/page_info/page_info_bubble_controller.mm", |
+ "cocoa/page_info/page_info_utils_cocoa.h", |
+ "cocoa/page_info/page_info_utils_cocoa.mm", |
"cocoa/page_info/permission_selector_button.h", |
"cocoa/page_info/permission_selector_button.mm", |
"cocoa/page_info/split_block_button.h", |
"cocoa/page_info/split_block_button.mm", |
- "cocoa/page_info/website_settings_bubble_controller.h", |
- "cocoa/page_info/website_settings_bubble_controller.mm", |
- "cocoa/page_info/website_settings_utils_cocoa.h", |
- "cocoa/page_info/website_settings_utils_cocoa.mm", |
"cocoa/passwords/account_avatar_fetcher_manager.h", |
"cocoa/passwords/account_avatar_fetcher_manager.mm", |
"cocoa/passwords/account_chooser_view_controller.h", |