| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium 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 'variables': { | 9 'variables': { |
| 10 'sources_for_standard_interfaces': [ | 10 'sources_for_standard_interfaces': [ |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 ], | 160 ], |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 'target_name': 'nacl_list_mappings_lib', | 163 'target_name': 'nacl_list_mappings_lib', |
| 164 'type': 'none', | 164 'type': 'none', |
| 165 'variables': { | 165 'variables': { |
| 166 'nlib_target': 'libnacl_list_mappings.a', | 166 'nlib_target': 'libnacl_list_mappings.a', |
| 167 'nso_target': 'libnacl_list_mappings.so', | 167 'nso_target': 'libnacl_list_mappings.so', |
| 168 'build_glibc': 1, | 168 'build_glibc': 1, |
| 169 'build_newlib': 1, | 169 'build_newlib': 1, |
| 170 'build_pnacl_newlib': 1, |
| 170 }, | 171 }, |
| 171 'sources': ['list_mappings.c'], | 172 'sources': ['list_mappings.c'], |
| 172 'dependencies': [ | 173 'dependencies': [ |
| 173 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 174 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 174 ], | 175 ], |
| 175 }, | 176 }, |
| 176 { | 177 { |
| 177 'target_name': 'nacl_list_mappings_private_lib', | 178 'target_name': 'nacl_list_mappings_private_lib', |
| 178 'type': 'none', | 179 'type': 'none', |
| 179 'variables': { | 180 'variables': { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 195 'build_glibc': 1, | 196 'build_glibc': 1, |
| 196 'build_newlib': 1, | 197 'build_newlib': 1, |
| 197 }, | 198 }, |
| 198 'sources': ['<@(imc_syscalls)'], | 199 'sources': ['<@(imc_syscalls)'], |
| 199 'dependencies': [ | 200 'dependencies': [ |
| 200 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 201 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 201 ], | 202 ], |
| 202 }, | 203 }, |
| 203 ], | 204 ], |
| 204 } | 205 } |
| OLD | NEW |