Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3291)

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2360143004: mash: Add SystemTrayClient interface, use to show date settings (Closed)
Patch Set: reparent Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/chrome_interface_factory.cc ('k') | chrome/browser/ui/ash/system_tray_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « chrome/browser/chromeos/chrome_interface_factory.cc ('k') | chrome/browser/ui/ash/system_tray_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698