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

Unified Diff: tests/plugin_async_messaging/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/plugin_async_messaging/nacl.scons
diff --git a/tests/plugin_async_messaging/nacl.scons b/tests/plugin_async_messaging/nacl.scons
index 855550b558184eb535c2f7f2b7a12bfad07a52d5..4f0575f0de1fb3a25ae8659857fd491ef260e509 100644
--- a/tests/plugin_async_messaging/nacl.scons
+++ b/tests/plugin_async_messaging/nacl.scons
@@ -13,7 +13,8 @@ async_nexe_name = 'async_message_test_%s' % env.get('TARGET_FULLARCH')
async_message_prog = env.ComponentProgram(
async_nexe_name, 'async_message_test.c',
EXTRA_LIBS=['${NON_PPAPI_BROWSER_LIBS}',
- 'srpc', 'platform', 'gio', 'imc', 'imc_syscalls', 'pthread'
+ 'srpc', 'platform', 'gio', 'imc', 'imc_syscalls',
+ '${PTHREAD_LIBS}',
])
test_files = [
« SConstruct ('K') | « tests/manifest_file/nacl.scons ('k') | tests/ppapi_geturl/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698