Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(821)

Unified Diff: remoting/client/ios/facade/BUILD.gn

Issue 2794013005: CRD iOS: Updating remoting service to use oauth and host list fetcher. (Closed)
Patch Set: Fixing up code based on feedback. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/client/ios/facade/host_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | remoting/client/ios/facade/host_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698