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

Side by Side Diff: remoting/ios/app/BUILD.gn

Issue 2921413002: [CRD iOS] Finish up the host list UI (Closed)
Patch Set: Added sources to the target. Hopefully it will fix the issue Created 3 years, 6 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 | « no previous file | remoting/ios/app/host_collection_header_view.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
11 group("all") { 11 group("all") {
12 testonly = true 12 testonly = true
13 13
14 deps = [ 14 deps = [
15 ":ios_remoting_app", 15 ":ios_remoting_app",
16 ] 16 ]
17 } 17 }
18 18
19 source_set("main") { 19 source_set("main") {
20 sources = [ 20 sources = [
21 "app_delegate.h", 21 "app_delegate.h",
22 "app_delegate.mm", 22 "app_delegate.mm",
23 "client_connection_view_controller.h", 23 "client_connection_view_controller.h",
24 "client_connection_view_controller.mm", 24 "client_connection_view_controller.mm",
25 "host_collection_header_view.h",
26 "host_collection_header_view.mm",
25 "host_collection_view_cell.h", 27 "host_collection_view_cell.h",
26 "host_collection_view_cell.mm", 28 "host_collection_view_cell.mm",
27 "host_collection_view_controller.h", 29 "host_collection_view_controller.h",
28 "host_collection_view_controller.mm", 30 "host_collection_view_controller.mm",
29 "host_view_controller.h", 31 "host_view_controller.h",
30 "host_view_controller.mm", 32 "host_view_controller.mm",
31 "main.mm", 33 "main.mm",
32 "pin_entry_view.h", 34 "pin_entry_view.h",
33 "pin_entry_view.mm", 35 "pin_entry_view.mm",
34 "remoting_settings_view_controller.h", 36 "remoting_settings_view_controller.h",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "//remoting/ios/app/resources:remoting_icons", 102 "//remoting/ios/app/resources:remoting_icons",
101 "//remoting/ios/display", 103 "//remoting/ios/display",
102 ] 104 ]
103 105
104 bundle_deps = [ ":launchscreen_storyboard" ] 106 bundle_deps = [ ":launchscreen_storyboard" ]
105 } 107 }
106 108
107 bundle_data_ib_file("launchscreen_storyboard") { 109 bundle_data_ib_file("launchscreen_storyboard") {
108 source = "resources/LaunchScreen.storyboard" 110 source = "resources/LaunchScreen.storyboard"
109 } 111 }
OLDNEW
« no previous file with comments | « no previous file | remoting/ios/app/host_collection_header_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698