OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//build/util/version.gni") | 7 import("//build/util/version.gni") |
8 import("//remoting/remoting_host.gni") | 8 import("//remoting/remoting_host.gni") |
9 import("//remoting/remoting_locales.gni") | 9 import("//remoting/remoting_locales.gni") |
10 import("//remoting/remoting_options.gni") | 10 import("//remoting/remoting_options.gni") |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 "//remoting/proto", | 232 "//remoting/proto", |
233 "//testing/gmock", | 233 "//testing/gmock", |
234 "//testing/gtest", | 234 "//testing/gtest", |
235 ] | 235 ] |
236 public_deps = [ | 236 public_deps = [ |
237 ":host", | 237 ":host", |
238 ] | 238 ] |
239 | 239 |
240 if (enable_webrtc) { | 240 if (enable_webrtc) { |
241 public_deps += [ | 241 public_deps += [ |
242 "//third_party/libjingle:libpeerconnection", | 242 "//third_party/libjingle:libjingle_webrtc", |
243 "//third_party/webrtc/modules/desktop_capture", | 243 "//third_party/webrtc/modules/desktop_capture", |
244 ] | 244 ] |
245 } | 245 } |
246 } | 246 } |
247 | 247 |
248 # The host portions of the remoting unit tests. | 248 # The host portions of the remoting unit tests. |
249 source_set("unit_tests") { | 249 source_set("unit_tests") { |
250 testonly = true | 250 testonly = true |
251 | 251 |
252 sources = [ | 252 sources = [ |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 "//remoting/resources", | 648 "//remoting/resources", |
649 "//third_party/icu:icudata", | 649 "//third_party/icu:icudata", |
650 ] | 650 ] |
651 } | 651 } |
652 } else { | 652 } else { |
653 group("remoting_me2me_host_archive") { | 653 group("remoting_me2me_host_archive") { |
654 } | 654 } |
655 } | 655 } |
656 } | 656 } |
657 } | 657 } |
OLD | NEW |