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

Unified Diff: remoting/ios/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 | « remoting/client/ios/session/remoting_client_session_delegate.mm ('k') | remoting/ios/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/BUILD.gn
diff --git a/remoting/client/ios/BUILD.gn b/remoting/ios/BUILD.gn
similarity index 94%
rename from remoting/client/ios/BUILD.gn
rename to remoting/ios/BUILD.gn
index 91d7a2d112395f18b70cd31e298c6b8242f79fa4..c273cdd7f53fe1b2bd663e8b7462a2b08c8629d4 100644
--- a/remoting/client/ios/BUILD.gn
+++ b/remoting/ios/BUILD.gn
@@ -45,9 +45,9 @@ source_set("ios_core") {
}
public_deps = [
- "//remoting/client/ios/domain",
- "//remoting/client/ios/facade",
- "//remoting/client/ios/session",
+ "//remoting/ios/domain",
+ "//remoting/ios/facade",
+ "//remoting/ios/session",
"//third_party/webrtc/base:rtc_base",
"//third_party/webrtc/modules/desktop_capture:primitives",
]
« no previous file with comments | « remoting/client/ios/session/remoting_client_session_delegate.mm ('k') | remoting/ios/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698