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

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

Issue 2851543002: Update avatar button to MD (part 1) (Closed)
Patch Set: Merged ThemedAvatarButton and Win10NativeAvatarButton into the base AvatarButton class Created 3 years, 7 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..670e8dfab94d76bfe22742ec46b794e843c46eb6 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -2030,10 +2030,9 @@ 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",
"webui/app_launcher_page_ui.cc",
"webui/app_launcher_page_ui.h",
"webui/settings/settings_default_browser_handler.cc",
@@ -2081,8 +2080,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",

Powered by Google App Engine
This is Rietveld 408576698