| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 004f9db08b8a02b9e54207f5667ae8a5795be1d1..eb8320b9b8e259b1242f4895b55a04a9c9ad919c 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -16,6 +16,8 @@ static_library("arc") {
|
| "arc_service.h",
|
| "arc_service_manager.cc",
|
| "arc_service_manager.h",
|
| + "auth/arc_auth_fetcher.cc",
|
| + "auth/arc_auth_fetcher.h",
|
| "clipboard/arc_clipboard_bridge.cc",
|
| "clipboard/arc_clipboard_bridge.h",
|
| "ime/arc_ime_bridge.cc",
|
| @@ -38,6 +40,7 @@ static_library("arc") {
|
| "//chromeos:power_manager_proto",
|
| "//components/onc",
|
| "//components/signin/core/account_id",
|
| + "//google_apis",
|
| "//ipc:ipc",
|
| "//ipc/mojo:mojo",
|
| "//third_party/mojo/src/mojo/edk/system",
|
|
|