| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 18f78d41da2e5887d840e612bb1497d1a4ecf7b9..c69dabae1fac8400c63e737b18b210b0b7764744 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -1201,8 +1201,10 @@ split_static_library("ui") {
|
| "app_list/search/launcher_search/launcher_search_provider.h",
|
| "app_list/search/launcher_search/launcher_search_result.cc",
|
| "app_list/search/launcher_search/launcher_search_result.h",
|
| - "ash/system_tray_controller_mus.cc",
|
| - "ash/system_tray_controller_mus.h",
|
| + "ash/system_tray_client.cc",
|
| + "ash/system_tray_client.h",
|
| + "ash/system_tray_common.cc",
|
| + "ash/system_tray_common.h",
|
| "extensions/extension_installed_notification.cc",
|
| "extensions/extension_installed_notification.h",
|
| "input_method/input_method_engine_base.cc",
|
|
|