| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'target_name': 'ncval_reg_sfi_verbose_x86_64', | 126 'target_name': 'ncval_reg_sfi_verbose_x86_64', |
| 127 'type': 'static_library', | 127 'type': 'static_library', |
| 128 'dependencies': [ | 128 'dependencies': [ |
| 129 'ncval_reg_sfi_x86_64', | 129 'ncval_reg_sfi_x86_64', |
| 130 ], | 130 ], |
| 131 'variables': { | 131 'variables': { |
| 132 'target_base': 'ncval_reg_sfi_verbose', | 132 'target_base': 'ncval_reg_sfi_verbose', |
| 133 }, | 133 }, |
| 134 }], | 134 }], |
| 135 }], | 135 }], |
| 136 [ 'target_arch=="arm"', { | |
| 137 'targets': [] | |
| 138 }], | |
| 139 ], | 136 ], |
| 140 } | 137 } |
| OLD | NEW |