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
3 # found in the LICENSE file.
5 import("//build/config/features.gni")
6 import("//remoting/remoting_host.gni")
7 import("//remoting/remoting_srcs.gni")
10 sources = rebase_path(
11 remoting_host_srcs_gypi_values.remoting_it2me_host_static_sources,
16 "//build/config/compiler:wexit_time_destructors",
25 "//remoting/protocol",
26 "//remoting/resources",
30 if (!is_win && enable_remoting_host) {
31 executable("remote_assistance_host") {
33 "it2me_native_messaging_host_entry_point.cc",
34 "it2me_native_messaging_host_main.cc",
35 "it2me_native_messaging_host_main.h",
39 "//build/config/compiler:wexit_time_destructors",
45 "//build/config/sanitizers:deps",
47 "//remoting/host/native_messaging",
53 deps += [ "//third_party/libjingle:libjingle_webrtc" ]
56 if (is_desktop_linux) {
57 deps += [ "//build/config/linux/gtk2" ]