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

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

Issue 2851543002: Update avatar button to MD (part 1) (Closed)
Patch Set: More review changes Created 3 years, 8 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 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",

Powered by Google App Engine
This is Rietveld 408576698