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

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

Issue 2351893002: mash: Fix system tray clock 12/24 hour time setting (Closed)
Patch Set: tweak 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 f64c32d75c7dd522329e0cb2cdd899d818e461d7..6ac805dd5597c0810f51330c0858749504566cb2 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1378,6 +1378,12 @@ split_static_library("ui") {
"//ui/app_list/presenter:mojom",
"//ui/keyboard:mojom",
]
+ if (is_chromeos) {
sky 2016/09/19 23:47:52 Move to is_chromeos on 1188?
James Cook 2016/09/20 01:52:11 Done.
+ sources += [
+ "ash/system_tray_controller_mus.cc",
+ "ash/system_tray_controller_mus.h",
+ ]
+ }
} else { # Not ash.
sources += [ "views/touch_uma/touch_uma.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698