Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 14238013: Set up NaClChromeMainArgs number_of_cores member so apps can size threadpools appropriately (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR fb Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/nacl/nacl_main.cc ('k') | chrome/test/data/nacl/sysconf_nprocessors_onln/sysconf_nprocessors_onln_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698