| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 812e1aba016d43196c45a0ef35fdc0f85ab35d05..e6e63399fe4d871257fab6f708bc30e16d6a38a9 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -875,6 +875,7 @@ component("ash") {
|
| "//media",
|
| "//net",
|
| "//services/service_manager/public/cpp",
|
| + "//services/ui/public/interfaces",
|
| "//skia",
|
| "//third_party/icu",
|
| "//ui/accessibility",
|
| @@ -1379,6 +1380,7 @@ test("ash_unittests") {
|
| "//components/signin/core/account_id",
|
| "//components/user_manager",
|
| "//mojo/edk/system",
|
| + "//services/ui/public/interfaces",
|
| "//skia",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|