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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'build_pnacl_newlib': 1, | 48 'build_pnacl_newlib': 1, |
49 'sources': [ | 49 'sources': [ |
50 'exit_status/pm_exit_status_test.cc', | 50 'exit_status/pm_exit_status_test.cc', |
51 ], | 51 ], |
52 'test_files': [ | 52 'test_files': [ |
53 'exit_status/pm_exit_status_test.html', | 53 'exit_status/pm_exit_status_test.html', |
54 ], | 54 ], |
55 }, | 55 }, |
56 }, | 56 }, |
57 { | 57 { |
| 58 'target_name': 'sysconf_nprocessors_onln_test', |
| 59 'type': 'none', |
| 60 'variables': { |
| 61 'nexe_target': 'sysconf_nprocessors_onln_test', |
| 62 'build_newlib': 1, |
| 63 'build_glibc': 1, |
| 64 'build_pnacl_newlib': 1, |
| 65 'sources': [ |
| 66 'sysconf_nprocessors_onln/sysconf_nprocessors_onln_test.cc', |
| 67 ], |
| 68 'test_files': [ |
| 69 'sysconf_nprocessors_onln/sysconf_nprocessors_onln_test.html', |
| 70 ], |
| 71 }, |
| 72 }, |
| 73 { |
58 'target_name': 'ppapi_test_lib', | 74 'target_name': 'ppapi_test_lib', |
59 'type': 'none', | 75 'type': 'none', |
60 'variables': { | 76 'variables': { |
61 'nlib_target': 'libppapi_test_lib.a', | 77 'nlib_target': 'libppapi_test_lib.a', |
62 'nso_target': 'libppapi_test_lib.so', | 78 'nso_target': 'libppapi_test_lib.so', |
63 'build_newlib': 1, | 79 'build_newlib': 1, |
64 'build_glibc': 1, | 80 'build_glibc': 1, |
65 'build_pnacl_newlib': 1, | 81 'build_pnacl_newlib': 1, |
66 'sources': [ | 82 'sources': [ |
67 # TODO(ncbray) move these files once SCons no longer depends on them. | 83 # TODO(ncbray) move these files once SCons no longer depends on them. |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 169 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
154 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 170 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
155 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 171 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
156 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 172 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
157 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', | 173 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', |
158 'ppapi_test_lib', | 174 'ppapi_test_lib', |
159 ], | 175 ], |
160 }, | 176 }, |
161 ], | 177 ], |
162 } | 178 } |
OLD | NEW |