Chromium Code Reviews| 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", |
|
joedow
2017/04/05 22:30:55
Discussed offline, but there are existing unittest
nicholss
2017/04/07 18:16:15
Unit test coverage needs improvement. It is on my
|
| "remoting_service.h", |
| "remoting_service.mm", |
| ] |
| deps = [ |
| "//base", |
| + "//remoting/base:authorization", |
| "//remoting/client/ios/domain", |
| ] |