| OLD | NEW |
| 1 # Copyright (c) 2011 The Native Client Authors. All rights reserved. | 1 # Copyright (c) 2011 The Native Client Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # TODO(bradchen): eliminate need for the warning flag removals below | 5 # TODO(bradchen): eliminate need for the warning flag removals below |
| 6 { | 6 { |
| 7 'includes': [ | 7 'includes': [ |
| 8 '../../../build/common.gypi', | 8 '../../../build/common.gypi', |
| 9 ], | 9 ], |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 '<(DEPTH)/native_client/src/trusted/validator/x86/decoder/ncval_x86_
decoder.gyp:nc_opcode_modeling_verbose_x86_64', | 139 '<(DEPTH)/native_client/src/trusted/validator/x86/decoder/ncval_x86_
decoder.gyp:nc_opcode_modeling_verbose_x86_64', |
| 140 '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_reg_sfi/ncva
l_reg_sfi.gyp:ncval_reg_sfi_verbose_x86_64', | 140 '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_reg_sfi/ncva
l_reg_sfi.gyp:ncval_reg_sfi_verbose_x86_64', |
| 141 '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_reg_sfi/ncva
l_reg_sfi.gyp:ncval_reg_sfi_x86_64', | 141 '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_reg_sfi/ncva
l_reg_sfi.gyp:ncval_reg_sfi_x86_64', |
| 142 '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_seg_sfi/ncva
l_seg_sfi.gyp:ncdis_seg_sfi_verbose_x86_64', | 142 '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_seg_sfi/ncva
l_seg_sfi.gyp:ncdis_seg_sfi_verbose_x86_64', |
| 143 '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_seg_sfi/ncva
l_seg_sfi.gyp:ncval_seg_sfi_x86_64', | 143 '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_seg_sfi/ncva
l_seg_sfi.gyp:ncval_seg_sfi_x86_64', |
| 144 '<(DEPTH)/native_client/src/trusted/validator/x86/validate_x86.gyp:n
cval_base_verbose_x86_64', | 144 '<(DEPTH)/native_client/src/trusted/validator/x86/validate_x86.gyp:n
cval_base_verbose_x86_64', |
| 145 'ncdis_util_x86_64', | 145 'ncdis_util_x86_64', |
| 146 ], | 146 ], |
| 147 }], | 147 }], |
| 148 }], | 148 }], |
| 149 [ 'target_arch=="arm"', { | |
| 150 'targets': [] | |
| 151 }], | |
| 152 ], | 149 ], |
| 153 } | 150 } |
| OLD | NEW |