| 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",
|
| ]
|
|
|