| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index c5e7746496d7d142b94ec74bb3e0646e53882151..1a4b5aa0b1b158f2b1e2d69541ef03a5657711a8 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -28,9 +28,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/events",
|
| "//ui/events:dom_keycode_converter",
|
|
|