Index: chrome/browser/ui/BUILD.gn |
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
index 17193bdd88c6563f5911255fbfd8b26a355fdcdd..7b90cb139b3d07e1e389772b60421bea684ea54f 100644 |
--- a/chrome/browser/ui/BUILD.gn |
+++ b/chrome/browser/ui/BUILD.gn |
@@ -2030,10 +2030,11 @@ split_static_library("ui") { |
"views/external_protocol_dialog.h", |
"views/frame/avatar_button_manager.cc", |
"views/frame/avatar_button_manager.h", |
- "views/profiles/avatar_button_delegate.h", |
+ "views/profiles/avatar_button.cc", |
+ "views/profiles/avatar_button.h", |
"views/profiles/avatar_button_style.h", |
- "views/profiles/new_avatar_button.cc", |
- "views/profiles/new_avatar_button.h", |
+ "views/profiles/themed_avatar_button.cc", |
+ "views/profiles/themed_avatar_button.h", |
"webui/app_launcher_page_ui.cc", |
"webui/app_launcher_page_ui.h", |
"webui/settings/settings_default_browser_handler.cc", |
@@ -2081,8 +2082,8 @@ split_static_library("ui") { |
# non-Views mode on Mac. It appears not to link in that case. |
"views/frame/avatar_button_manager.cc", |
"views/frame/avatar_button_manager.h", |
- "views/profiles/new_avatar_button.cc", |
- "views/profiles/new_avatar_button.h", |
+ "views/profiles/avatar_button.cc", |
+ "views/profiles/avatar_button.h", |
] |
sources += [ |
"startup/session_crashed_infobar_delegate.cc", |
@@ -3091,6 +3092,8 @@ split_static_library("ui") { |
"views/frame/windows_10_caption_button.cc", |
"views/frame/windows_10_caption_button.h", |
"views/network_profile_bubble_view.cc", |
+ "views/profiles/win10_native_avatar_button.cc", |
+ "views/profiles/win10_native_avatar_button.h", |
"views/settings_reset_prompt_dialog.cc", |
"views/settings_reset_prompt_dialog.h", |
"views/uninstall_view.cc", |