| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 2dcd3894a146e0d0c3ef4261a22b32082be9925e..c9443f48a140e56e37f66757b408a4ed1ee2d985 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -79,6 +79,7 @@ static_library("arc") {
|
| "//components/onc",
|
| "//components/prefs",
|
| "//components/signin/core/account_id",
|
| + "//components/user_manager",
|
| "//device/bluetooth",
|
| "//google_apis",
|
| "//mojo/edk/system",
|
| @@ -230,6 +231,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",
|
|
|