| Index: ash/mus/BUILD.gn
|
| diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
|
| index 92a005d5a39686c1970424e088a6cb562420771a..4c665660870f7843903d1a7b399590cf6be02805 100644
|
| --- a/ash/mus/BUILD.gn
|
| +++ b/ash/mus/BUILD.gn
|
| @@ -85,6 +85,7 @@ source_set("lib") {
|
| deps = [
|
| "//components/user_manager",
|
| "//components/wallpaper",
|
| + "//content/public/common:service_names",
|
| "//ui/app_list/presenter",
|
| "//ui/app_list/presenter:mojom",
|
| "//ui/keyboard",
|
| @@ -257,6 +258,7 @@ source_set("unittests") {
|
| "//base",
|
| "//base/test:test_config",
|
| "//base/test:test_support",
|
| + "//mash/quick_launch/public/interfaces:constants",
|
| "//mojo/public/cpp/system",
|
| "//services/service_manager/public/cpp:service_test_support",
|
| "//services/ui/common:mus_common",
|
|
|