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.
6 "These targets must only be built using the untrusted NaCl toolchains.")
8 import("//remoting/remoting_srcs.gni")
10 executable("remoting_client_plugin_newlib") {
12 rebase_path(remoting_srcs_gypi_values.remoting_client_plugin_sources,
16 configs += [ "//build/config/compiler:wexit_time_destructors" ]
21 "//ppapi/native_client:ppapi_lib",
25 "//remoting/protocol",
26 "//third_party/libyuv",
27 "//third_party/webrtc/modules/desktop_capture:primitives",
28 "//ui/events:dom_keycode_converter",
31 include_dirs = [ "//ppapi/lib/gl/include" ]