| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index a78e3e625d6ddbc22c237fbd1c46da520f48522e..df428c5d83623ce2079f20db596161430468fa7f 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -228,6 +228,9 @@ source_set("unit_tests") {
|
| "//base",
|
| "//base/test:test_support",
|
| "//chromeos",
|
| + "//components/signin/core/account_id",
|
| + "//components/user_manager",
|
| + "//components/user_manager:test_support",
|
| "//device/bluetooth",
|
| "//mojo/public/cpp/system:system",
|
| "//testing/gmock",
|
|
|