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

Unified Diff: remoting/ios/app/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/ios/DEPS ('k') | remoting/ios/app/app_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/app/BUILD.gn
diff --git a/remoting/client/ios/app/BUILD.gn b/remoting/ios/app/BUILD.gn
similarity index 88%
rename from remoting/client/ios/app/BUILD.gn
rename to remoting/ios/app/BUILD.gn
index 56f890a1bab1dc6eff2b52ae6501c67c07ae70f8..d97cacbe9b7a6f7b770bba4f6be0b23ea1c8a676 100644
--- a/remoting/client/ios/app/BUILD.gn
+++ b/remoting/ios/app/BUILD.gn
@@ -42,7 +42,7 @@ source_set("main") {
"//google_apis",
"//remoting/base",
"//remoting/client",
- "//remoting/client/ios:ios_core",
+ "//remoting/ios:ios_core",
"//remoting/protocol",
"//ui/base",
"//ui/gfx",
@@ -57,7 +57,7 @@ source_set("main") {
}
tweak_info_plist("tweak_info_plist") {
- info_plist = "//remoting/client/ios/app/resources/Info.plist"
+ info_plist = "//remoting/ios/app/resources/Info.plist"
args = [ "--platform=ios" ]
}
@@ -94,10 +94,10 @@ ios_app_bundle("ios_remoting_app") {
deps = [
":main",
"//base",
- "//remoting/client/ios/app/resources:assets",
- "//remoting/client/ios/app/resources:launchscreen_assets",
- "//remoting/client/ios/app/resources:remoting_icons",
- "//remoting/client/ios/display",
+ "//remoting/ios/app/resources:assets",
+ "//remoting/ios/app/resources:launchscreen_assets",
+ "//remoting/ios/app/resources:remoting_icons",
+ "//remoting/ios/display",
]
bundle_deps = [ ":launchscreen_storyboard" ]
« no previous file with comments | « remoting/ios/DEPS ('k') | remoting/ios/app/app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698