Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / remoting / host / it2me / BUILD.gn
blobf1f0c1153d4fe8be51bc9763c49fe5bfc46e2c44
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")],
13       "scope",
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" ]
21   deps = [
22     "//base:i18n",
23     "//net:net",
24     "//remoting/base",
25     "//remoting/host",
26     "//remoting/protocol",
27     "//remoting/resources",
28   ]
30   defines = [
31     "VERSION=$version_full"
32   ]