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

Unified Diff: tests/ppapi_geturl/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/ppapi_geturl/nacl.scons
diff --git a/tests/ppapi_geturl/nacl.scons b/tests/ppapi_geturl/nacl.scons
index f7b1a22dd0041a392e544ac770708b9ca6aac2db..26078bca489714e1dc4a7409579daa054cdd3576 100644
--- a/tests/ppapi_geturl/nacl.scons
+++ b/tests/ppapi_geturl/nacl.scons
@@ -36,7 +36,7 @@ ppapi_geturl_nexe = env.ComponentProgram(nexe,
'imc_syscalls',
'platform',
'gio',
- 'pthread',
+ '${PTHREAD_LIBS}',
'm',
'${NON_PPAPI_BROWSER_LIBS}'],
EXTRA_LINKFLAGS=['-Wl,--wrap=read',
« SConstruct ('K') | « tests/plugin_async_messaging/nacl.scons ('k') | tests/srpc/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698