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

Unified Diff: remoting/client/ios/app/BUILD.gn

Issue 2827983005: [ios] Fix remoting application bundle. (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/app/BUILD.gn
diff --git a/remoting/client/ios/app/BUILD.gn b/remoting/client/ios/app/BUILD.gn
index f775b25b1c5ff2dc5a6ee525f555875c1347e67d..51f79c13d3db31f5d0455ce8bd3aa0227261500f 100644
--- a/remoting/client/ios/app/BUILD.gn
+++ b/remoting/client/ios/app/BUILD.gn
@@ -60,7 +60,7 @@ tweak_info_plist("tweak_info_plist") {
}
ios_app_bundle("ios_remoting_app") {
- output_name = "remoting-ios"
+ output_name = "$remoting_ios_executable_name"
entitlements_path = "resources/Remoting.entitlements"
info_plist_target = ":tweak_info_plist"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698