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

Unified Diff: tests/inbrowser_crash_test/nacl.scons

Issue 7655003: Make chrome_browser_tests work with irt=0 again (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: tests/inbrowser_crash_test/nacl.scons
diff --git a/tests/inbrowser_crash_test/nacl.scons b/tests/inbrowser_crash_test/nacl.scons
index e908c5754a9395592cc8dd410104f69038ba99ef..c4f97fa83d462026c709c4c4793429d792af2e89 100644
--- a/tests/inbrowser_crash_test/nacl.scons
+++ b/tests/inbrowser_crash_test/nacl.scons
@@ -22,7 +22,7 @@ def make_crash_test_nexe(name, libs=[]):
nexe = env.ComponentProgram(
'inbrowser_%s_${TARGET_FULLARCH}' % name, obj,
EXTRA_LIBS=libs + [
- 'srpc', 'platform', 'gio', 'imc', 'imc_syscalls', 'pthread',
+ 'srpc', 'platform', 'gio', 'imc', 'imc_syscalls', '${PTHREAD_LIBS}',
'${NON_PPAPI_BROWSER_LIBS}'])
return nexe
« SConstruct ('K') | « tests/imc_shm_mmap/nacl.scons ('k') | tests/manifest_file/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698