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

Unified Diff: remoting/BUILD.gn

Issue 2871993003: Moving the iOS directory to be remoting top level. (Closed)
Patch Set: //remoting/ios was the old landing target for the internal iOS application. Fix. Created 3 years, 7 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 | « .gitignore ('k') | remoting/client/ios/BUILD.gn » ('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 d2b0db8c67d10df08d8e331062ebfee28143aa90..8a2f4fbecb25723e21d384b27e357a815954d291 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -38,7 +38,7 @@ group("remoting_all") {
}
if (is_ios) {
- deps += [ "//remoting/client/ios:all" ]
+ deps += [ "//remoting/ios:all" ]
}
if (enable_remoting_host) {
« no previous file with comments | « .gitignore ('k') | remoting/client/ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698