| Index: tests/trusted_crash/win_crash_in_syscall/nacl.scons
|
| diff --git a/tests/trusted_crash/win_crash_in_syscall/nacl.scons b/tests/trusted_crash/win_crash_in_syscall/nacl.scons
|
| index 5edcf6e01eb8046b7a941c6446437bef35ebec26..43361fb93e064c3bffe634930b0e2f164966c577 100644
|
| --- a/tests/trusted_crash/win_crash_in_syscall/nacl.scons
|
| +++ b/tests/trusted_crash/win_crash_in_syscall/nacl.scons
|
| @@ -23,28 +23,10 @@ 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(
|
| 'test_host', ['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',
|
| 'dbghelp.lib', # Windows library
|
| ])
|
|
|
|
|