| OLD | NEW |
| 1 # Copyright (c) 2012 The Native Client Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 '../../../build/common.gypi', | 7 '../../../build/common.gypi', |
| 8 ], | 8 ], |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['target_arch=="ia32"', { | 10 ['target_arch=="ia32"', { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 'type': 'executable', | 28 'type': 'executable', |
| 29 'sources': [ 'ncval.cc' ], | 29 'sources': [ 'ncval.cc' ], |
| 30 'dependencies': [ | 30 'dependencies': [ |
| 31 '<(DEPTH)/native_client/src/trusted/validator/ncfileutils.gyp:ncfile
utils_x86_64', | 31 '<(DEPTH)/native_client/src/trusted/validator/ncfileutils.gyp:ncfile
utils_x86_64', |
| 32 'validator_arm.gyp:arm_validator_core', | 32 'validator_arm.gyp:arm_validator_core', |
| 33 'validator_arm.gyp:arm_validator_reporters', | 33 'validator_arm.gyp:arm_validator_reporters', |
| 34 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', | 34 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', |
| 35 ], | 35 ], |
| 36 }], | 36 }], |
| 37 }], | 37 }], |
| 38 ['target_arch=="arm"', { | |
| 39 'targets': [], | |
| 40 }], | |
| 41 ], | 38 ], |
| 42 } | 39 } |
| OLD | NEW |