| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. | 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 | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'includes': [ | 7 'includes': [ |
| 8 'plugin.gypi', | 8 'plugin.gypi', |
| 9 ], | 9 ], |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc', | 67 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc', |
| 68 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', | 68 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', |
| 69 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc', | 69 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc', |
| 70 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer', | 70 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer', |
| 71 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:nonnac
l_util', | 71 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:nonnac
l_util', |
| 72 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy
p:platform_qual_lib', | 72 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy
p:platform_qual_lib', |
| 73 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped
_desc', | 73 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped
_desc', |
| 74 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:si
mple_service', | 74 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:si
mple_service', |
| 75 '<(DEPTH)/native_client/src/trusted/reverse_service/reverse_service.gyp:
reverse_service', | 75 '<(DEPTH)/native_client/src/trusted/reverse_service/reverse_service.gyp:
reverse_service', |
| 76 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref', | 76 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref', |
| 77 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp:nac
l_ppapi_browser', | |
| 78 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp', | 77 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp', |
| 79 '<(DEPTH)/third_party/jsoncpp/jsoncpp.gyp:jsoncpp', | 78 '<(DEPTH)/third_party/jsoncpp/jsoncpp.gyp:jsoncpp', |
| 80 ], | 79 ], |
| 81 'conditions': [ | 80 'conditions': [ |
| 82 ['OS=="mac"', { | 81 ['OS=="mac"', { |
| 83 'mac_bundle': 1, | 82 'mac_bundle': 1, |
| 84 'product_name': 'ppGoogleNaClPluginChrome', | 83 'product_name': 'ppGoogleNaClPluginChrome', |
| 85 'product_extension': 'plugin', | 84 'product_extension': 'plugin', |
| 86 }], | 85 }], |
| 87 ['OS=="mac" and mac_breakpad==1', { | 86 ['OS=="mac" and mac_breakpad==1', { |
| 88 'variables': { | 87 'variables': { |
| 89 # A real .dSYM is needed for dump_syms to operate on. | 88 # A real .dSYM is needed for dump_syms to operate on. |
| 90 'mac_real_dsym': 1, | 89 'mac_real_dsym': 1, |
| 91 }, | 90 }, |
| 92 }], | 91 }], |
| 93 ], | 92 ], |
| 94 }, | 93 }, |
| 95 ], | 94 ], |
| 96 } | 95 } |
| OLD | NEW |