2 # Copyright (c) 2011 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
12 'target_name': 'nacl_trusted_plugin',
13 'type': 'static_library',
18 '<(DEPTH)/media/media.gyp:shared_memory_support',
19 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
20 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc',
21 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
22 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
23 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
24 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:sel_ldr_launcher_base',
25 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib',
26 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped_desc',
27 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:simple_service',
28 '<(DEPTH)/native_client/src/trusted/reverse_service/reverse_service.gyp:reverse_service',
29 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref',
30 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp_objects',
31 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_internal_module',
33 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
34 'msvs_disabled_warnings': [4267, ],