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

Unified Diff: remoting/BUILD.gn

Issue 2809793002: Build Chrome Remote Desktop for iOS in Chromium trybots. (Closed)
Patch Set: Working around an unused variable issue. 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
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",

Powered by Google App Engine
This is Rietveld 408576698