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("//build/config/ui.gni")
7 import("//remoting/remoting_version.gni")
9 static_library("common") {
10 gypi_values = exec_script(
11 "//build/gypi_to_gn.py",
12 [ rebase_path("../../remoting_host_srcs.gypi")],
14 [ "../../remoting_host_srcs.gypi" ])
16 sources = rebase_path(
17 gypi_values.remoting_it2me_host_static_sources, ".", "//remoting")
19 configs += [ "//build/config/compiler:wexit_time_destructors" ]
26 "//remoting/protocol",
27 "//remoting/resources",
31 "VERSION=$version_full"