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

Unified Diff: remoting/BUILD.gn

Issue 2809793002: Build Chrome Remote Desktop for iOS in Chromium trybots. (Closed)
Patch Set: Second fixup from CL 2809023003. 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 | « media/media_options.gni ('k') | remoting/client/ios/facade/host_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 2fad3f07e378fa61cab603f86f1a75b70525d350..d2b0db8c67d10df08d8e331062ebfee28143aa90 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -37,6 +37,10 @@ group("remoting_all") {
]
}
+ if (is_ios) {
+ deps += [ "//remoting/client/ios:all" ]
+ }
+
if (enable_remoting_host) {
deps += [
"//remoting:remoting_perftests",
« no previous file with comments | « media/media_options.gni ('k') | remoting/client/ios/facade/host_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698