| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index d0216157d654e1c6b6400fdb37214ef7d6a94697..67f0b83b0d51bfc67103ce131efcddc78c5ce11d 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -849,7 +849,6 @@ component("ash") {
|
| deps = [
|
| "//ash/autoclick/common:autoclick",
|
| "//ash/public/cpp:ash_public_cpp",
|
| - "//ash/public/interfaces",
|
| "//ash/touch_hud",
|
| "//base",
|
| "//base:i18n",
|
| @@ -1240,7 +1239,6 @@ source_set("common_unittests") {
|
| "//ash",
|
| "//ash/common/test:test_support",
|
| "//ash/public/cpp:ash_public_cpp",
|
| - "//ash/public/interfaces",
|
| "//ash/resources/vector_icons",
|
| "//ash/test:test_support_without_content",
|
| "//base",
|
| @@ -1394,7 +1392,6 @@ test("ash_unittests") {
|
| "//ash/common/strings",
|
| "//ash/common/test:test_support",
|
| "//ash/public/cpp:ash_public_cpp",
|
| - "//ash/public/interfaces",
|
| "//ash/resources",
|
| "//ash/resources/vector_icons",
|
| "//ash/test:ash_with_aura_test_support",
|
|
|