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

Unified Diff: tests/manifest_file/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/manifest_file/nacl.scons
diff --git a/tests/manifest_file/nacl.scons b/tests/manifest_file/nacl.scons
index ed934740a836409543fe68dd81958a1d2e267d3b..11e23a9de770f3d15c4cea96fa7b1b77d2dcb298 100644
--- a/tests/manifest_file/nacl.scons
+++ b/tests/manifest_file/nacl.scons
@@ -16,7 +16,7 @@ srpc_mf_nexe = env.ComponentProgram(srpc_mf_nexe_name,
'gio',
'imc',
'imc_syscalls',
- 'pthread',
+ '${PTHREAD_LIBS}',
'${NON_PPAPI_BROWSER_LIBS}'])
env.Publish(srpc_mf_nexe_name, 'run',
['srpc_manifest_file_test.html',

Powered by Google App Engine
This is Rietveld 408576698