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

Unified Diff: ash/mus/BUILD.gn

Issue 2351893002: mash: Fix system tray clock 12/24 hour time setting (Closed)
Patch Set: review comments 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 | « no previous file | ash/mus/bridge/wm_shell_mus.cc » ('j') | ash/public/interfaces/system_tray.mojom » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 643ffd1edfcf84877268e2eb63ce30bbbd9d6f5a..e7ad2dc86a77a16e6d623963e95057b75dddf5a6 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -77,6 +77,8 @@ source_set("lib") {
"shelf_delegate_mus.h",
"shell_delegate_mus.cc",
"shell_delegate_mus.h",
+ "system_tray_delegate_mus.cc",
+ "system_tray_delegate_mus.h",
"wallpaper_delegate_mus.cc",
"wallpaper_delegate_mus.h",
"window_manager.cc",
@@ -101,6 +103,7 @@ source_set("lib") {
"//ash",
"//ash/public/interfaces",
"//base",
+ "//base:i18n",
"//mash/public/interfaces",
"//mash/session/public/interfaces",
"//mojo/common:common_base",
« no previous file with comments | « no previous file | ash/mus/bridge/wm_shell_mus.cc » ('j') | ash/public/interfaces/system_tray.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698