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

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

Issue 2443903004: Add xmllite and xmpp sources to third_party/ (Closed)
Patch Set: Fix GN and sort includes Created 3 years, 12 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
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/xmllite",
475 "//third_party/webrtc/libjingle/xmpp", 475 "//third_party/libjingle_xmpp/xmpp",
476 "//third_party/webrtc/modules/desktop_capture", 476 "//third_party/webrtc/modules/desktop_capture",
477 ] 477 ]
478 } 478 }
479 } 479 }
480 480
481 # The host portions of the remoting unit tests. 481 # The host portions of the remoting unit tests.
482 source_set("unit_tests") { 482 source_set("unit_tests") {
483 testonly = true 483 testonly = true
484 484
485 sources = [ 485 sources = [
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 "setup/start_host_main.cc", 618 "setup/start_host_main.cc",
619 "setup/start_host_main.h", 619 "setup/start_host_main.h",
620 ] 620 ]
621 621
622 deps += [ "//remoting/host/setup" ] 622 deps += [ "//remoting/host/setup" ]
623 } 623 }
624 624
625 if (enable_webrtc) { 625 if (enable_webrtc) {
626 deps += [ 626 deps += [
627 "//third_party/libjingle/webrtc:libjingle_webrtc", 627 "//third_party/libjingle/webrtc:libjingle_webrtc",
628 "//third_party/webrtc/libjingle/xmllite", 628 "//third_party/libjingle_xmpp/xmllite",
629 "//third_party/webrtc/libjingle/xmpp", 629 "//third_party/libjingle_xmpp/xmpp",
630 ] 630 ]
631 } 631 }
632 } 632 }
633 633
634 action_foreach("remoting_native_messaging_manifests") { 634 action_foreach("remoting_native_messaging_manifests") {
635 if (is_mac) { 635 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" 636 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" 637 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) { 638 } else if (is_win) {
639 me2me_host_path = "remoting_native_messaging_host.exe" 639 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", 735 "//third_party/webrtc/modules/desktop_capture",
736 ] 736 ]
737 737
738 if (!is_ios) { 738 if (!is_ios) {
739 deps += [ "//components/policy:generated" ] 739 deps += [ "//components/policy:generated" ]
740 } 740 }
741 741
742 if (enable_webrtc) { 742 if (enable_webrtc) {
743 deps += [ 743 deps += [
744 "//third_party/libjingle/webrtc:libjingle_webrtc", 744 "//third_party/libjingle/webrtc:libjingle_webrtc",
745 "//third_party/webrtc/libjingle/xmllite", 745 "//third_party/libjingle_xmpp/xmllite",
746 "//third_party/webrtc/libjingle/xmpp", 746 "//third_party/libjingle_xmpp/xmpp",
747 ] 747 ]
748 } 748 }
749 749
750 if (is_desktop_linux) { 750 if (is_desktop_linux) {
751 deps += [ "//build/config/linux/gtk" ] 751 deps += [ "//build/config/linux/gtk" ]
752 } 752 }
753 if ((is_linux && !is_chromeos) || is_mac) { 753 if ((is_linux && !is_chromeos) || is_mac) {
754 libs = [ "pam" ] 754 libs = [ "pam" ]
755 } 755 }
756 756
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 group("remoting_me2me_host_archive") { 836 group("remoting_me2me_host_archive") {
837 deps = [ 837 deps = [
838 "//remoting/host/installer/mac:remoting_me2me_host_archive", 838 "//remoting/host/installer/mac:remoting_me2me_host_archive",
839 ] 839 ]
840 } 840 }
841 } else { 841 } else {
842 group("remoting_me2me_host_archive") { 842 group("remoting_me2me_host_archive") {
843 } 843 }
844 } 844 }
845 } 845 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698