# Copyright 2014 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/config/features.gni") import("//remoting/remoting_srcs.gni") source_set("common") { sources = rebase_path( remoting_host_srcs_gypi_values.remoting_it2me_host_static_sources, ".", "//remoting") configs += [ "//build/config/compiler:wexit_time_destructors", "//remoting:version", ] deps = [ "//base:i18n", "//net:net", "//remoting/base", "//remoting/host", "//remoting/protocol", "//remoting/resources", ] }