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

Side by Side Diff: remoting/host/BUILD.gn

Issue 1839063005: Reland of move libpeerconnection target from third_party/libjingle (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « remoting/BUILD.gn ('k') | remoting/protocol/BUILD.gn » ('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 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
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
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 }
OLDNEW
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698