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

Unified Diff: tests/minnacl/nacl.scons

Issue 10167012: Scons: Move some library dependency declarations into library_deps.py (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Tidy Created 8 years, 8 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
« no previous file with comments | « tests/custom_desc/nacl.scons ('k') | tests/multiple_sandboxes/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/minnacl/nacl.scons
diff --git a/tests/minnacl/nacl.scons b/tests/minnacl/nacl.scons
index 56307e66369f9278ba9e6e9609c15930e842b019..2a53256b1579d37c451c7062553bc0d24901de16 100644
--- a/tests/minnacl/nacl.scons
+++ b/tests/minnacl/nacl.scons
@@ -17,29 +17,9 @@ if 'TRUSTED_ENV' not in env:
Return()
trusted_env = env['TRUSTED_ENV']
-# This duplicates the library list in src/trusted/service_runtime/build.scons.
-# We would not have to do this if we could get Scons to track dependencies
-# between libraries.
runner = trusted_env.ComponentProgram(
'minimal_test_host', ['minimal_test_host.c'],
- EXTRA_LIBS=['sel',
- 'sel_debug_dummy',
- 'manifest_proxy',
- 'simple_service',
- 'thread_interface',
- 'gio_wrapped_desc',
- 'nonnacl_srpc',
- 'nrd_xfer',
- 'nacl_perf_counter',
- 'nacl_base',
- 'imc',
- 'container',
- 'nacl_fault_inject',
- 'nacl_interval',
- 'platform',
- 'platform_qual_lib',
- 'gio',
- ])
+ EXTRA_LIBS=['sel', 'sel_debug_dummy'])
test_prog = env.ComponentProgram(
« no previous file with comments | « tests/custom_desc/nacl.scons ('k') | tests/multiple_sandboxes/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698