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

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

Issue 2360143004: mash: Add SystemTrayClient interface, use to show date settings (Closed)
Patch Set: tweaks, similarity 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index b165564f0adc2a51e20e74ee4af78f95725f3b5f..e7b8d2d94ad061b393b261cddcec5e4d230fc755 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",

Powered by Google App Engine
This is Rietveld 408576698