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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « remoting/ios/DEPS ('k') | remoting/ios/app/app_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/ios/rules.gni") 6 import("//build/config/ios/rules.gni")
7 import("//build/mac/tweak_info_plist.gni") 7 import("//build/mac/tweak_info_plist.gni")
8 import("//build/util/process_version.gni") 8 import("//build/util/process_version.gni")
9 import("//remoting/build/config/remoting_build.gni") 9 import("//remoting/build/config/remoting_build.gni")
10 10
(...skipping 24 matching lines...) Expand all
35 "remoting_settings_view_controller.mm", 35 "remoting_settings_view_controller.mm",
36 "remoting_view_controller.h", 36 "remoting_view_controller.h",
37 "remoting_view_controller.mm", 37 "remoting_view_controller.mm",
38 ] 38 ]
39 39
40 deps = [ 40 deps = [
41 "//base", 41 "//base",
42 "//google_apis", 42 "//google_apis",
43 "//remoting/base", 43 "//remoting/base",
44 "//remoting/client", 44 "//remoting/client",
45 "//remoting/client/ios:ios_core", 45 "//remoting/ios:ios_core",
46 "//remoting/protocol", 46 "//remoting/protocol",
47 "//ui/base", 47 "//ui/base",
48 "//ui/gfx", 48 "//ui/gfx",
49 "//ui/resources", 49 "//ui/resources",
50 ] 50 ]
51 51
52 public_deps = [ 52 public_deps = [
53 "//ios/third_party/material_components_ios", 53 "//ios/third_party/material_components_ios",
54 ] 54 ]
55 55
56 configs += [ "//build/config/compiler:enable_arc" ] 56 configs += [ "//build/config/compiler:enable_arc" ]
57 } 57 }
58 58
59 tweak_info_plist("tweak_info_plist") { 59 tweak_info_plist("tweak_info_plist") {
60 info_plist = "//remoting/client/ios/app/resources/Info.plist" 60 info_plist = "//remoting/ios/app/resources/Info.plist"
61 args = [ "--platform=ios" ] 61 args = [ "--platform=ios" ]
62 } 62 }
63 63
64 ios_app_bundle("ios_remoting_app") { 64 ios_app_bundle("ios_remoting_app") {
65 output_name = "$remoting_ios_executable_name" 65 output_name = "$remoting_ios_executable_name"
66 66
67 entitlements_path = "resources/Remoting.entitlements" 67 entitlements_path = "resources/Remoting.entitlements"
68 info_plist_target = ":tweak_info_plist" 68 info_plist_target = ":tweak_info_plist"
69 69
70 extra_substitutions = [ 70 extra_substitutions = [
(...skipping 16 matching lines...) Expand all
87 "GLKit.framework", 87 "GLKit.framework",
88 "OpenGLES.framework", 88 "OpenGLES.framework",
89 "Webkit.framework", 89 "Webkit.framework",
90 "SafariServices.framework", 90 "SafariServices.framework",
91 "SystemConfiguration.framework", 91 "SystemConfiguration.framework",
92 ] 92 ]
93 93
94 deps = [ 94 deps = [
95 ":main", 95 ":main",
96 "//base", 96 "//base",
97 "//remoting/client/ios/app/resources:assets", 97 "//remoting/ios/app/resources:assets",
98 "//remoting/client/ios/app/resources:launchscreen_assets", 98 "//remoting/ios/app/resources:launchscreen_assets",
99 "//remoting/client/ios/app/resources:remoting_icons", 99 "//remoting/ios/app/resources:remoting_icons",
100 "//remoting/client/ios/display", 100 "//remoting/ios/display",
101 ] 101 ]
102 102
103 bundle_deps = [ ":launchscreen_storyboard" ] 103 bundle_deps = [ ":launchscreen_storyboard" ]
104 } 104 }
105 105
106 bundle_data_ib_file("launchscreen_storyboard") { 106 bundle_data_ib_file("launchscreen_storyboard") {
107 source = "resources/LaunchScreen.storyboard" 107 source = "resources/LaunchScreen.storyboard"
108 } 108 }
OLDNEW
« 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