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_base': 'none',
14 'target_conditions': [
15 ['target_base=="ppNaClPlugin"', {
21 # TODO(bradnelson): remove -pedantic when --std=c++98 in common.gypi
26 '-Wno-deprecated-declarations',
36 'ExceptionHandling': '2', # /EHsc
39 'AdditionalLibraryDirectories': [
51 'target_name': 'ppGoogleNaClPluginChrome',
52 'type': 'loadable_module',
58 '-Wl,-exported_symbols_list <(DEPTH)/ppapi/native_client/src/trusted/plugin/ppapi.def'
62 '<(DEPTH)/media/media.gyp:shared_memory_support',
63 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
64 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc',
65 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
66 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
67 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
68 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:nonnacl_util',
69 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib',
70 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped_desc',
71 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:simple_service',
72 '<(DEPTH)/native_client/src/trusted/reverse_service/reverse_service.gyp:reverse_service',
73 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref',
74 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp',
75 '<(DEPTH)/third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
80 'product_name': 'ppGoogleNaClPluginChrome',
81 'product_extension': 'plugin',
83 ['OS=="mac" and mac_breakpad==1', {
85 # A real .dSYM is needed for dump_syms to operate on.
90 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
91 'msvs_disabled_warnings': [4267, ],