| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 1649467a758abc4028dfa73982a38cd17adbfbea..0e6d3aa13c7c291498eaefd6e9a241351f7e2624 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -26,6 +26,7 @@ component("ash") {
|
| "//ash/strings",
|
| ]
|
| deps = [
|
| + "//ash/touch_hud",
|
| "//base",
|
| "//base:i18n",
|
| "//base/third_party/dynamic_annotations",
|
| @@ -349,6 +350,7 @@ test("ash_unittests") {
|
| ":test_support_with_content",
|
| "//ash/resources",
|
| "//ash/strings",
|
| + "//ash/touch_hud",
|
| "//base",
|
| "//base/test:test_support",
|
| "//components/signin/core/account_id",
|
|
|