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

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

Issue 2443903004: Add xmllite and xmpp sources to third_party/ (Closed)
Patch Set: Explicitly use webrtc_overrides/webrtc/base/logging.h Created 3 years, 11 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/client/server_log_entry_client_unittest.cc ('k') | remoting/host/DEPS » ('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/util/process_version.gni") 5 import("//build/util/process_version.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//remoting/build/config/remoting_build.gni") 7 import("//remoting/build/config/remoting_build.gni")
8 8
9 group("all_tests") { 9 group("all_tests") {
10 testonly = true 10 testonly = true
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "//testing/gtest", 464 "//testing/gtest",
465 ] 465 ]
466 public_deps = [ 466 public_deps = [
467 ":host", 467 ":host",
468 "//third_party/protobuf:protobuf_lite", 468 "//third_party/protobuf:protobuf_lite",
469 ] 469 ]
470 470
471 if (enable_webrtc) { 471 if (enable_webrtc) {
472 public_deps += [ 472 public_deps += [
473 "//third_party/libjingle/webrtc:libjingle_webrtc", 473 "//third_party/libjingle/webrtc:libjingle_webrtc",
474 "//third_party/webrtc/libjingle/xmllite", 474 "//third_party/libjingle_xmpp",
475 "//third_party/webrtc/libjingle/xmpp",
476 "//third_party/webrtc/modules/desktop_capture", 475 "//third_party/webrtc/modules/desktop_capture",
477 ] 476 ]
478 } 477 }
479 } 478 }
480 479
481 # The host portions of the remoting unit tests. 480 # The host portions of the remoting unit tests.
482 source_set("unit_tests") { 481 source_set("unit_tests") {
483 testonly = true 482 testonly = true
484 483
485 sources = [ 484 sources = [
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 "setup/start_host_main.cc", 617 "setup/start_host_main.cc",
619 "setup/start_host_main.h", 618 "setup/start_host_main.h",
620 ] 619 ]
621 620
622 deps += [ "//remoting/host/setup" ] 621 deps += [ "//remoting/host/setup" ]
623 } 622 }
624 623
625 if (enable_webrtc) { 624 if (enable_webrtc) {
626 deps += [ 625 deps += [
627 "//third_party/libjingle/webrtc:libjingle_webrtc", 626 "//third_party/libjingle/webrtc:libjingle_webrtc",
628 "//third_party/webrtc/libjingle/xmllite", 627 "//third_party/libjingle_xmpp",
629 "//third_party/webrtc/libjingle/xmpp",
630 ] 628 ]
631 } 629 }
632 } 630 }
633 631
634 action_foreach("remoting_native_messaging_manifests") { 632 action_foreach("remoting_native_messaging_manifests") {
635 if (is_mac) { 633 if (is_mac) {
636 me2me_host_path = "/Library/PrivilegedHelperTools/$me2me_host_bundle_name/ Contents/MacOS/$native_messaging_host_bundle_name/Contents/MacOS/native_messagin g_host" 634 me2me_host_path = "/Library/PrivilegedHelperTools/$me2me_host_bundle_name/ Contents/MacOS/$native_messaging_host_bundle_name/Contents/MacOS/native_messagin g_host"
637 it2me_host_path = "/Library/PrivilegedHelperTools/$me2me_host_bundle_name/ Contents/MacOS/$remote_assistance_host_bundle_name/Contents/MacOS/remote_assista nce_host" 635 it2me_host_path = "/Library/PrivilegedHelperTools/$me2me_host_bundle_name/ Contents/MacOS/$remote_assistance_host_bundle_name/Contents/MacOS/remote_assista nce_host"
638 } else if (is_win) { 636 } else if (is_win) {
639 me2me_host_path = "remoting_native_messaging_host.exe" 637 me2me_host_path = "remoting_native_messaging_host.exe"
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 "//third_party/webrtc/modules/desktop_capture", 733 "//third_party/webrtc/modules/desktop_capture",
736 ] 734 ]
737 735
738 if (!is_ios) { 736 if (!is_ios) {
739 deps += [ "//components/policy:generated" ] 737 deps += [ "//components/policy:generated" ]
740 } 738 }
741 739
742 if (enable_webrtc) { 740 if (enable_webrtc) {
743 deps += [ 741 deps += [
744 "//third_party/libjingle/webrtc:libjingle_webrtc", 742 "//third_party/libjingle/webrtc:libjingle_webrtc",
745 "//third_party/webrtc/libjingle/xmllite", 743 "//third_party/libjingle_xmpp",
746 "//third_party/webrtc/libjingle/xmpp",
747 ] 744 ]
748 } 745 }
749 746
750 if (is_desktop_linux) { 747 if (is_desktop_linux) {
751 deps += [ "//build/config/linux/gtk" ] 748 deps += [ "//build/config/linux/gtk" ]
752 } 749 }
753 if ((is_linux && !is_chromeos) || is_mac) { 750 if ((is_linux && !is_chromeos) || is_mac) {
754 libs = [ "pam" ] 751 libs = [ "pam" ]
755 } 752 }
756 753
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 group("remoting_me2me_host_archive") { 833 group("remoting_me2me_host_archive") {
837 deps = [ 834 deps = [
838 "//remoting/host/installer/mac:remoting_me2me_host_archive", 835 "//remoting/host/installer/mac:remoting_me2me_host_archive",
839 ] 836 ]
840 } 837 }
841 } else { 838 } else {
842 group("remoting_me2me_host_archive") { 839 group("remoting_me2me_host_archive") {
843 } 840 }
844 } 841 }
845 } 842 }
OLDNEW
« no previous file with comments | « remoting/client/server_log_entry_client_unittest.cc ('k') | remoting/host/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698