| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 113a392819ebae17e035b643b54ec8ff92a7b0c5..6ea143dcae7e1a6687df26cfd1facb8db328d132 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -34,9 +34,11 @@ static_library("arc") {
|
| "//base:prefs",
|
| "//chromeos",
|
| "//chromeos:power_manager_proto",
|
| + "//components/signin/core/account_id",
|
| "//ipc:ipc",
|
| "//ipc/mojo:mojo",
|
| "//third_party/mojo/src/mojo/edk/system",
|
| + "//ui/arc",
|
| "//ui/aura",
|
| "//ui/base:base",
|
| "//ui/events",
|
|
|