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 'nacl_browser_test.gypi', | 7 'nacl_browser_test.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 'enable_x86_32': 0, | 135 'enable_x86_32': 0, |
136 'enable_x86_64': 0, | 136 'enable_x86_64': 0, |
137 'enable_arm': 0, | 137 'enable_arm': 0, |
138 # Use a prebuilt nmf file referring to the .o file instead of | 138 # Use a prebuilt nmf file referring to the .o file instead of |
139 # trying to use the generate NMF rules, which will look for a .pexe. | 139 # trying to use the generate NMF rules, which will look for a .pexe. |
140 'generate_nmf': 0, | 140 'generate_nmf': 0, |
141 'test_files': [ | 141 'test_files': [ |
142 'pnacl_error_handling/pnacl_error_handling.html', | 142 'pnacl_error_handling/pnacl_error_handling.html', |
143 'pnacl_error_handling/bad.pexe', | 143 'pnacl_error_handling/bad.pexe', |
144 'pnacl_error_handling/bad2.pexe', | 144 'pnacl_error_handling/bad2.pexe', |
| 145 'pnacl_error_handling/pnacl_bad_hash.nmf', |
145 'pnacl_error_handling/pnacl_bad_pexe.nmf', | 146 'pnacl_error_handling/pnacl_bad_pexe.nmf', |
146 'pnacl_error_handling/pnacl_bad2_pexe.nmf', | 147 'pnacl_error_handling/pnacl_bad2_pexe.nmf', |
147 'pnacl_error_handling/pnacl_bad_doesnotexist.nmf', | 148 'pnacl_error_handling/pnacl_bad_doesnotexist.nmf', |
148 'pnacl_error_handling/pnacl_bad_pexe_undefined_syms.nmf', | 149 'pnacl_error_handling/pnacl_bad_pexe_undefined_syms.nmf', |
149 ], | 150 ], |
150 }, | 151 }, |
151 'dependencies': [ | 152 'dependencies': [ |
152 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 153 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 154 # Use the simple_test pexe for pnacl_bad_hash.nmf. |
| 155 'simple_test', |
153 ] | 156 ] |
154 }, | 157 }, |
155 { | 158 { |
156 'target_name': 'pnacl_options_test', | 159 'target_name': 'pnacl_options_test', |
157 'type': 'none', | 160 'type': 'none', |
158 'variables': { | 161 'variables': { |
159 'nexe_target': 'pnacl_options', | 162 'nexe_target': 'pnacl_options', |
160 'build_pnacl_newlib': 1, | 163 'build_pnacl_newlib': 1, |
161 # No need to translate these AOT, when we just need the pexe. | 164 # No need to translate these AOT, when we just need the pexe. |
162 'enable_x86_32': 0, | 165 'enable_x86_32': 0, |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 242 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
240 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 243 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
241 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 244 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
242 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 245 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
243 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', | 246 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', |
244 'ppapi_test_lib', | 247 'ppapi_test_lib', |
245 ], | 248 ], |
246 }, | 249 }, |
247 ], | 250 ], |
248 } | 251 } |
OLD | NEW |