| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 4619783ed424eb2219485390fc2b3fd926869595..cd598236af3f4646fb5bdeaf8f0396f306f95dad 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -112,6 +112,7 @@ split_static_library("ui") {
|
| "find_bar/find_notification_details.h",
|
| "find_bar/find_tab_helper.cc",
|
| "find_bar/find_tab_helper.h",
|
| + "forced_reauthentication_dialog.h",
|
| "history_ui.cc",
|
| "history_ui.h",
|
| "javascript_dialogs/chrome_javascript_native_dialog_factory.h",
|
| @@ -1651,8 +1652,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/forced_reauthentication_dialog_view.cc",
|
| + "views/profiles/forced_reauthentication_dialog_view.h",
|
| "views/profiles/profile_chooser_view.cc",
|
| "views/profiles/profile_chooser_view.h",
|
| "views/screen_capture_notification_ui_views.cc",
|
|
|