Roll src/third_party/skia d32087a:1052f51
[chromium-blink-merge.git] / remoting / host / setup / BUILD.gn
blobf43fe7b0920f021adfb9eeb4a92cf148f44465ed
1 # Copyright 2015 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("//remoting/remoting_srcs.gni")
7 source_set("setup") {
8   sources =
9       rebase_path(remoting_host_srcs_gypi_values.remoting_host_setup_sources,
10                   ".",
11                   "//remoting")
13   configs += [
14     # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
15     "//build/config/compiler:no_size_t_to_int_warning",
16     "//build/config/compiler:wexit_time_destructors",
17     "//remoting:version",
18   ]
20   deps = [
21     "//base",
22     "//google_apis",
23     "//remoting/host",
24     "//remoting/host/native_messaging",
25   ]
27   if (is_win) {
28     deps += [ "//remoting/host:remoting_lib_idl" ]
29   }