| 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 { | |
| 74 'target_name': 'ppapi_test_lib', | 58 'target_name': 'ppapi_test_lib', |
| 75 'type': 'none', | 59 'type': 'none', |
| 76 'variables': { | 60 'variables': { |
| 77 'nlib_target': 'libppapi_test_lib.a', | 61 'nlib_target': 'libppapi_test_lib.a', |
| 78 'nso_target': 'libppapi_test_lib.so', | 62 'nso_target': 'libppapi_test_lib.so', |
| 79 'build_newlib': 1, | 63 'build_newlib': 1, |
| 80 'build_glibc': 1, | 64 'build_glibc': 1, |
| 81 'build_pnacl_newlib': 1, | 65 'build_pnacl_newlib': 1, |
| 82 'sources': [ | 66 'sources': [ |
| 83 # TODO(ncbray) move these files once SCons no longer depends on them. | 67 # 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... |
| 169 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 153 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 170 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 154 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 171 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 155 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 172 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 156 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 173 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', | 157 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', |
| 174 'ppapi_test_lib', | 158 'ppapi_test_lib', |
| 175 ], | 159 ], |
| 176 }, | 160 }, |
| 177 ], | 161 ], |
| 178 } | 162 } |
| OLD | NEW |