| 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 # Build the specific library dependencies for validating on x86-32 | 5 # Build the specific library dependencies for validating on x86-32 |
| 6 { | 6 { |
| 7 'includes': [ | 7 'includes': [ |
| 8 '../../../../../build/common.gypi', | 8 '../../../../../build/common.gypi', |
| 9 ], | 9 ], |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'target_base': 'ncvalidate_verbose_x86_32', | 72 'target_base': 'ncvalidate_verbose_x86_32', |
| 73 }, | 73 }, |
| 74 'dependencies': [ | 74 'dependencies': [ |
| 75 'ncvalidate_x86_32', | 75 'ncvalidate_x86_32', |
| 76 '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_seg_sfi/ncva
l_seg_sfi.gyp:ncdis_seg_sfi_verbose_x86_32', | 76 '<(DEPTH)/native_client/src/trusted/validator/x86/ncval_seg_sfi/ncva
l_seg_sfi.gyp:ncdis_seg_sfi_verbose_x86_32', |
| 77 ], | 77 ], |
| 78 'hard_dependency': 1, | 78 'hard_dependency': 1, |
| 79 }, | 79 }, |
| 80 ], | 80 ], |
| 81 }], | 81 }], |
| 82 [ 'target_arch=="arm" or target_arch=="x64"', { | 82 [ 'target_arch!="ia32"', { |
| 83 'targets': [] | 83 'targets': [] |
| 84 }], | 84 }], |
| 85 ], | 85 ], |
| 86 } | 86 } |
| 87 | 87 |
| OLD | NEW |