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

Unified Diff: tests/srpc_hw/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
« SConstruct ('K') | « tests/srpc/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/srpc_hw/nacl.scons
diff --git a/tests/srpc_hw/nacl.scons b/tests/srpc_hw/nacl.scons
index d6292c6e1ecaae9ce4569bce50247e4493082b26..56018fdef1b38f5c36e7a7222a2c577341240a54 100644
--- a/tests/srpc_hw/nacl.scons
+++ b/tests/srpc_hw/nacl.scons
@@ -12,7 +12,7 @@ srpc_hw_nexe_name = 'srpc_hw_%s' % env.get('TARGET_FULLARCH')
srpc_hw_nexe = env.ComponentProgram(srpc_hw_nexe_name,
srpc_hw_obj,
EXTRA_LIBS=srpc_hw_libs + [
- 'pthread',
+ '${PTHREAD_LIBS}',
'${NON_PPAPI_BROWSER_LIBS}'])
# srpc_hw_undecorated is necessary because srpc_hw_fd.html makes use of
# __urlAsNaClDesc with a nexe name.
@@ -21,7 +21,7 @@ srpc_hw_nexe = env.ComponentProgram(srpc_hw_nexe_name,
srpc_hw_undecorated = env.ComponentProgram('srpc_hw',
srpc_hw_obj,
EXTRA_LIBS=srpc_hw_libs + [
- 'pthread',
+ '${PTHREAD_LIBS}',
'${NON_PPAPI_BROWSER_LIBS}'])
env.Publish(srpc_hw_nexe_name, 'run',
« SConstruct ('K') | « tests/srpc/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698