Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / remoting / client / plugin / BUILD.gn
blob0c69ef098f6c417ba0b9d9e7b9111901cabcb8a9
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 assert(is_nacl,
6        "These targets must only be built using the untrusted NaCl toolchains.")
8 import("//remoting/remoting_srcs.gni")
10 executable("remoting_client_plugin_newlib") {
11   sources =
12       rebase_path(remoting_srcs_gypi_values.remoting_client_plugin_sources,
13                   ".",
14                   "//remoting")
16   configs += [ "//build/config/compiler:wexit_time_destructors" ]
18   deps = [
19     "//net",
20     "//ppapi/cpp",
21     "//ppapi/native_client:ppapi_lib",
22     "//remoting/base",
23     "//remoting/client",
24     "//remoting/codec",
25     "//remoting/protocol",
26     "//third_party/libyuv",
27     "//third_party/webrtc/modules/desktop_capture:primitives",
28     "//ui/events:dom_keycode_converter",
29   ]
31   include_dirs = [ "//ppapi/lib/gl/include" ]