| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 24e5e8404a6571a2a850fb035e5eef5819066fd9..d17fc4e550372a29c6ef606d8990a577da007e1d 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -1636,6 +1636,8 @@ split_static_library("ui") {
|
| "views/frame/opaque_browser_frame_view_linux.h",
|
| "views/frame/opaque_browser_frame_view_platform_specific.cc",
|
| "views/frame/opaque_browser_frame_view_platform_specific.h",
|
| + "views/profiles/force_signout_dialog.cc",
|
| + "views/profiles/force_signout_dialog.h",
|
| "views/profiles/profile_chooser_view.cc",
|
| "views/profiles/profile_chooser_view.h",
|
| "views/screen_capture_notification_ui_views.cc",
|
| @@ -1969,6 +1971,7 @@ split_static_library("ui") {
|
| ]
|
| }
|
| }
|
| +
|
| if (use_ash) {
|
| sources += [
|
| "views/frame/browser_frame_ash.cc",
|
|
|