| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index a78e3e625d6ddbc22c237fbd1c46da520f48522e..1fed84123cc47f8b6dcabd2eddcb750fadc01c91 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -116,6 +116,8 @@ static_library("arc_base") {
|
| ]
|
|
|
| deps = [
|
| + "//ash:ash",
|
| + "//ash/shared:app_types",
|
| "//base",
|
| "//chromeos",
|
| "//components/user_manager",
|
| @@ -225,6 +227,8 @@ source_set("unit_tests") {
|
|
|
| deps = [
|
| ":arc_test_support",
|
| + "//ash:ash",
|
| + "//ash/shared:app_types",
|
| "//base",
|
| "//base/test:test_support",
|
| "//chromeos",
|
|
|