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

Unified Diff: tests/imc_shm_mmap/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/imc_shm_mmap/nacl.scons
diff --git a/tests/imc_shm_mmap/nacl.scons b/tests/imc_shm_mmap/nacl.scons
index a3a8436485d83c5ae6bf36f90054ffc89853ca96..37c4a7e0413e511455f52ab9f5d6ba1e2e58c353 100644
--- a/tests/imc_shm_mmap/nacl.scons
+++ b/tests/imc_shm_mmap/nacl.scons
@@ -19,7 +19,7 @@ imc_shm_mmap_test_nexe = env.ComponentProgram(imc_shm_mmap_test_nexe_name,
objs,
EXTRA_LIBS=test_libs + [
'${NON_PPAPI_BROWSER_LIBS}',
- 'pthread',
+ '${PTHREAD_LIBS}',
])
env.Publish(imc_shm_mmap_test_nexe_name, 'run', ['imc_shm_mmap_test.nmf'])
« SConstruct ('K') | « SConstruct ('k') | tests/inbrowser_crash_test/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698