| Index: remoting/client/ios/facade/BUILD.gn
|
| diff --git a/remoting/client/ios/facade/BUILD.gn b/remoting/client/ios/facade/BUILD.gn
|
| index c455e09bc07776a1676b75556e52d6123bf60c26..8bdcbff4376cd10470a0e72b7f0ae1913a50d16c 100644
|
| --- a/remoting/client/ios/facade/BUILD.gn
|
| +++ b/remoting/client/ios/facade/BUILD.gn
|
| @@ -8,12 +8,17 @@ import("//remoting/build/config/remoting_build.gni")
|
|
|
| source_set("facade") {
|
| sources = [
|
| + "host_info.cc",
|
| + "host_info.h",
|
| + "host_list_fetcher.cc",
|
| + "host_list_fetcher.h",
|
| "remoting_service.h",
|
| "remoting_service.mm",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| + "//remoting/base:authorization",
|
| "//remoting/client/ios/domain",
|
| ]
|
|
|
|
|