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

Unified Diff: tests/custom_desc/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 | « site_scons/site_tools/library_deps.py ('k') | tests/minnacl/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/custom_desc/nacl.scons
diff --git a/tests/custom_desc/nacl.scons b/tests/custom_desc/nacl.scons
index 24600d78e618bd6939814ab99e347801f0f2137c..e1db84d7e897f161e2794169ef5b56f05eae6880 100644
--- a/tests/custom_desc/nacl.scons
+++ b/tests/custom_desc/nacl.scons
@@ -9,29 +9,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.
test_host = trusted_env.ComponentProgram(
'desc_test_host', ['desc_test_host.c'],
- EXTRA_LIBS=['sel',
- 'nacl_interval',
- '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',
- 'platform',
- 'platform_qual_lib',
- 'gio',
- ])
+ EXTRA_LIBS=['sel', 'sel_debug_dummy'])
test_guest = env.ComponentProgram(
'desc_test_guest', ['desc_test_guest.c'],
« no previous file with comments | « site_scons/site_tools/library_deps.py ('k') | tests/minnacl/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698