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

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

Issue 2022833002: Migrate libjingle to WebRTC build targets. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 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 | « jingle/jingle.gyp ('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/config/win/manifest.gni") 7 import("//build/config/win/manifest.gni")
8 import("//build/util/version.gni") 8 import("//build/util/version.gni")
9 import("//remoting/remoting_enable.gni") 9 import("//remoting/remoting_enable.gni")
10 import("//remoting/remoting_locales.gni") 10 import("//remoting/remoting_locales.gni")
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "//testing/gtest", 277 "//testing/gtest",
278 ] 278 ]
279 public_deps = [ 279 public_deps = [
280 ":host", 280 ":host",
281 "//third_party/protobuf:protobuf_lite", 281 "//third_party/protobuf:protobuf_lite",
282 ] 282 ]
283 283
284 if (enable_webrtc) { 284 if (enable_webrtc) {
285 public_deps += [ 285 public_deps += [
286 "//third_party/libjingle:libjingle_webrtc", 286 "//third_party/libjingle:libjingle_webrtc",
287 "//third_party/webrtc/libjingle/xmllite",
288 "//third_party/webrtc/libjingle/xmpp",
287 "//third_party/webrtc/modules/desktop_capture", 289 "//third_party/webrtc/modules/desktop_capture",
288 ] 290 ]
289 } 291 }
290 } 292 }
291 293
292 # The host portions of the remoting unit tests. 294 # The host portions of the remoting unit tests.
293 source_set("unit_tests") { 295 source_set("unit_tests") {
294 testonly = true 296 testonly = true
295 297
296 sources = [ 298 sources = [
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 "--target_arch", 1180 "--target_arch",
1179 msi_script_arch, 1181 msi_script_arch,
1180 rebase_path("$root_out_dir/remoting-me2me-host-$current_os.zip", 1182 rebase_path("$root_out_dir/remoting-me2me-host-$current_os.zip",
1181 root_build_dir), 1183 root_build_dir),
1182 rebase_path(outputs[0], root_build_dir), 1184 rebase_path(outputs[0], root_build_dir),
1183 ] 1185 ]
1184 } 1186 }
1185 } 1187 }
1186 } 1188 }
1187 } 1189 }
OLDNEW
« no previous file with comments | « jingle/jingle.gyp ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698