OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 '../../../../ppapi/ppapi_nacl_test_common.gypi', | 7 '../../../../ppapi/ppapi_nacl_test_common.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 'pnacl_error_handling/pnacl_bad2_pexe.nmf', | 152 'pnacl_error_handling/pnacl_bad2_pexe.nmf', |
153 'pnacl_error_handling/pnacl_bad_doesnotexist.nmf', | 153 'pnacl_error_handling/pnacl_bad_doesnotexist.nmf', |
154 'pnacl_error_handling/pnacl_bad_pexe_undefined_syms.nmf', | 154 'pnacl_error_handling/pnacl_bad_pexe_undefined_syms.nmf', |
155 ], | 155 ], |
156 }, | 156 }, |
157 'dependencies': [ | 157 'dependencies': [ |
158 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 158 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
159 ] | 159 ] |
160 }, | 160 }, |
161 { | 161 { |
| 162 'target_name': 'pnacl_mime_type_test', |
| 163 'type': 'none', |
| 164 'variables': { |
| 165 'build_newlib': 1, |
| 166 'build_glibc': 1, |
| 167 'build_pnacl_newlib': 1, |
| 168 'nexe_destination_dir': 'nacl_test_data', |
| 169 # No need to translate AOT. |
| 170 'enable_x86_32': 0, |
| 171 'enable_x86_64': 0, |
| 172 'enable_arm': 0, |
| 173 'test_files': [ |
| 174 'pnacl_mime_type/pnacl_mime_type.html', |
| 175 ], |
| 176 }, |
| 177 }, |
| 178 { |
162 'target_name': 'pnacl_options_test', | 179 'target_name': 'pnacl_options_test', |
163 'type': 'none', | 180 'type': 'none', |
164 'variables': { | 181 'variables': { |
165 'nexe_target': 'pnacl_options', | 182 'nexe_target': 'pnacl_options', |
166 'build_pnacl_newlib': 1, | 183 'build_pnacl_newlib': 1, |
167 'nexe_destination_dir': 'nacl_test_data', | 184 'nexe_destination_dir': 'nacl_test_data', |
168 # No need to translate these AOT, when we just need the pexe. | 185 # No need to translate these AOT, when we just need the pexe. |
169 'enable_x86_32': 0, | 186 'enable_x86_32': 0, |
170 'enable_x86_64': 0, | 187 'enable_x86_64': 0, |
171 'enable_arm': 0, | 188 'enable_arm': 0, |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 265 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
249 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 266 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
250 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 267 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
251 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 268 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
252 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', | 269 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', |
253 'ppapi_test_lib', | 270 'ppapi_test_lib', |
254 ], | 271 ], |
255 }, | 272 }, |
256 ], | 273 ], |
257 } | 274 } |
OLD | NEW |