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

Side by Side Diff: remoting/BUILD.gn

Issue 2809793002: Build Chrome Remote Desktop for iOS in Chromium trybots. (Closed)
Patch Set: Second fixup from CL 2809023003. 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 unified diff | Download patch
« no previous file with comments | « media/media_options.gni ('k') | remoting/client/ios/facade/host_info.cc » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//media/media_options.gni") 5 import("//media/media_options.gni")
6 import("//remoting/build/config/remoting_build.gni") 6 import("//remoting/build/config/remoting_build.gni")
7 7
8 group("remoting_all") { 8 group("remoting_all") {
9 testonly = true 9 testonly = true
10 10
(...skipping 19 matching lines...) Expand all
30 } 30 }
31 } 31 }
32 32
33 if (is_android) { 33 if (is_android) {
34 deps += [ 34 deps += [
35 "//remoting/android:remoting_apk", 35 "//remoting/android:remoting_apk",
36 "//remoting/android:remoting_test_apk", 36 "//remoting/android:remoting_test_apk",
37 ] 37 ]
38 } 38 }
39 39
40 if (is_ios) {
41 deps += [ "//remoting/client/ios:all" ]
42 }
43
40 if (enable_remoting_host) { 44 if (enable_remoting_host) {
41 deps += [ 45 deps += [
42 "//remoting:remoting_perftests", 46 "//remoting:remoting_perftests",
43 "//remoting/host", 47 "//remoting/host",
44 ] 48 ]
45 49
46 if (!is_chromeos && !is_android) { 50 if (!is_chromeos && !is_android) {
47 deps += [ 51 deps += [
48 "//remoting/host:remoting_native_messaging_manifests", 52 "//remoting/host:remoting_native_messaging_manifests",
49 "//remoting/host:remoting_start_host", 53 "//remoting/host:remoting_start_host",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 if (is_win) { 221 if (is_win) {
218 defines += [ "_ALT_NO_EXCEPTIONS" ] 222 defines += [ "_ALT_NO_EXCEPTIONS" ]
219 223
220 libs += [ 224 libs += [
221 "rpcrt4.lib", 225 "rpcrt4.lib",
222 "wtsapi32.lib", 226 "wtsapi32.lib",
223 ] 227 ]
224 } 228 }
225 } 229 }
226 } 230 }
OLDNEW
« no previous file with comments | « media/media_options.gni ('k') | remoting/client/ios/facade/host_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698