| Index: ash/mus/BUILD.gn
|
| diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
|
| index dee2bab887c754f5e72bbf149ed7695e81636196..16baf25cd06255bdc7971bb5d35ef21b22bf82f8 100644
|
| --- a/ash/mus/BUILD.gn
|
| +++ b/ash/mus/BUILD.gn
|
| @@ -88,7 +88,6 @@ source_set("lib") {
|
| public_deps = [
|
| "//ash",
|
| "//ash/public/cpp:ash_public_cpp",
|
| - "//ash/public/interfaces",
|
| "//base",
|
| "//base:i18n",
|
| "//mash/public/interfaces",
|
| @@ -208,7 +207,7 @@ source_set("unittests") {
|
| ":resources",
|
| "//ash",
|
| "//ash/common/test:test_support",
|
| - "//ash/public/interfaces",
|
| + "//ash/public/cpp:ash_public_cpp",
|
| "//ash/test:test_support_without_content",
|
| "//base",
|
| "//base/test:test_config",
|
|
|