| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'dependencies': [ | 168 'dependencies': [ |
| 169 'ncdis_seg_sfi_x86_64', | 169 'ncdis_seg_sfi_x86_64', |
| 170 '<(DEPTH)/native_client/src/trusted/validator_x86/validator_x86.gyp:
nccopy_x86_64', | 170 '<(DEPTH)/native_client/src/trusted/validator_x86/validator_x86.gyp:
nccopy_x86_64', |
| 171 '<(DEPTH)/native_client/src/trusted/validator/x86/validate_x86.gyp:n
cval_base_x86_64' ], | 171 '<(DEPTH)/native_client/src/trusted/validator/x86/validate_x86.gyp:n
cval_base_x86_64' ], |
| 172 'hard_dependency': 1, | 172 'hard_dependency': 1, |
| 173 }], | 173 }], |
| 174 }], | 174 }], |
| 175 [ 'target_arch=="arm"', { | 175 [ 'target_arch=="arm"', { |
| 176 'targets': [] | 176 'targets': [] |
| 177 }], | 177 }], |
| 178 [ 'target_arch=="mipsel"', { |
| 179 'targets': [] |
| 180 }], |
| 178 ], | 181 ], |
| 179 } | 182 } |
| OLD | NEW |