Revert of Remove OneClickSigninHelper since it is no longer used. (patchset #5 id...
[chromium-blink-merge.git] / remoting / host / it2me / BUILD.gn
blob77dad430737e20393c2866862710335bdd252331
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_srcs.gni")
8 source_set("common") {
9   sources = rebase_path(
10           remoting_host_srcs_gypi_values.remoting_it2me_host_static_sources,
11           ".",
12           "//remoting")
14   configs += [
15     "//build/config/compiler:wexit_time_destructors",
16     "//remoting:version",
17   ]
19   deps = [
20     "//base:i18n",
21     "//net:net",
22     "//remoting/base",
23     "//remoting/host",
24     "//remoting/protocol",
25     "//remoting/resources",
26   ]