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

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

Issue 1608843002: Start untangling the avatar switcher from BrowserNonClientFrameView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160119-MacViewsBrowser-Compile
Patch Set: rename, enum class Created 4 years, 11 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/frame/avatar_button_manager.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 4ac1c60a17dee3032b65ae97d3ba7d11ca9ed75c..587bc3369ad8bbcb7ed0b5aa4666d579552edd3e 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -284,6 +284,8 @@ source_set("ui") {
# This is not explicitly excluded in GYP, but I think the static
# library linking rules means it's never referenced when compiling in
# 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",
]
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/avatar_button_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698