| Index: chrome/browser/ui/BUILD.gn
 | 
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
 | 
| index 24e5e8404a6571a2a850fb035e5eef5819066fd9..fc9270d2b213a2b2d3dec339a8f1fc21bfa9ad8f 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/forced_reauthentication_dialog.cc",
 | 
| +        "views/profiles/forced_reauthentication_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",
 | 
| 
 |