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

Unified Diff: ash/mus/BUILD.gn

Issue 2155743003: mash: Show status area widget in mojo:ash instead of mojo:sysui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nogncheck Created 4 years, 5 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/window_manager_application.cc » ('j') | no next file with comments »
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 b3ada443a5837dab8b15f800d093a332999576db..47363dc1fa72469e85876472d73ac0b9b4837054 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -83,6 +83,7 @@ source_set("lib") {
deps = [
"//components/user_manager",
"//ui/app_list/presenter",
+ "//ui/message_center",
]
public_deps = [
@@ -111,7 +112,11 @@ source_set("lib") {
]
if (is_chromeos) {
- deps += [ "//chromeos" ]
+ deps += [
+ "//chromeos",
+ "//chromeos:power_manager_proto",
+ "//device/bluetooth",
+ ]
}
}
@@ -147,6 +152,7 @@ repack("resources") {
sources = [
"$root_gen_dir/ash/mus/resources/ash_mus_resources_100_percent.pak",
"$root_gen_dir/ash/resources/ash_resources_100_percent.pak",
+ "$root_gen_dir/ash/strings/ash_strings_en-US.pak",
"$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
"$root_gen_dir/ui/strings/app_locale_settings_en-US.pak",
"$root_gen_dir/ui/strings/ui_strings_en-US.pak",
@@ -156,6 +162,7 @@ repack("resources") {
deps = [
"//ash/mus/resources",
"//ash/resources",
+ "//ash/strings",
"//ui/resources",
"//ui/strings",
"//ui/views/mus:resources",
« no previous file with comments | « no previous file | ash/mus/window_manager_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698