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

Unified Diff: src/trusted/service_runtime/build.scons

Issue 7031023: Run NaClEnvCleanser in standalone sel_ldr (in addition to sel_main_chrome). Add a couple of ld.so... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 7 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 | « src/trusted/nonnacl_util/sel_ldr_launcher.cc ('k') | src/trusted/service_runtime/env_cleanser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/build.scons
===================================================================
--- src/trusted/service_runtime/build.scons (revision 5412)
+++ src/trusted/service_runtime/build.scons (working copy)
@@ -266,6 +266,7 @@
SEL_LDR_NODE = sel_ldr_env.ComponentProgram('sel_ldr',
'sel_main.c',
EXTRA_LIBS=['sel',
+ 'env_cleanser',
'nacl_error_code',
'simple_service',
'thread_interface',
@@ -290,6 +291,7 @@
env.ComponentProgram('nacl_ldt_unittest',
'nacl_ldt_unittest.c',
EXTRA_LIBS=['sel',
+ 'env_cleanser',
'nacl_perf_counter',
'gio_wrapped_desc',
'platform',
@@ -335,6 +337,7 @@
unittest_inputs,
EXTRA_LIBS=['gtest',
'sel',
+ 'env_cleanser',
'simple_service',
'thread_interface',
'gio_wrapped_desc',
@@ -361,6 +364,7 @@
'format_string_test',
['format_string_test.c'],
EXTRA_LIBS=['sel',
+ 'env_cleanser',
'nacl_perf_counter'])
env.Requires(format_string_test_exe, crt)
@@ -386,6 +390,7 @@
mmap_test_exe = env.ComponentProgram('mmap_test',
['mmap_test.c'],
EXTRA_LIBS=['sel',
+ 'env_cleanser',
'simple_service',
'thread_interface',
'gio_wrapped_desc',
@@ -421,6 +426,7 @@
'nacl_sync_cond_test',
['nacl_sync_cond_test.c'],
EXTRA_LIBS=['sel',
+ 'env_cleanser',
'simple_service',
'thread_interface',
'gio_wrapped_desc',
@@ -461,6 +467,7 @@
nacl_signal_exe = env.ComponentProgram('nacl_signal_unittest',
'nacl_signal_unittest.c',
EXTRA_LIBS=['sel',
+ 'env_cleanser',
'nacl_perf_counter',
'gio_wrapped_desc',
'platform',
@@ -477,6 +484,7 @@
test_prog = env.ComponentProgram('nacl_signal_frame_test',
'nacl_signal_frame_test.c',
EXTRA_LIBS=['sel',
+ 'env_cleanser',
'nacl_perf_counter',
'gio_wrapped_desc',
'platform',
@@ -491,6 +499,7 @@
check_test_exe = env.ComponentProgram('nacl_check_test',
['nacl_check_test.c'],
EXTRA_LIBS=['sel',
+ 'env_cleanser',
'nacl_perf_counter',
'gio_wrapped_desc',
'platform',
@@ -602,6 +611,7 @@
obj_proxy_test = env.ComponentProgram('obj_proxy_test',
obj_proxy_test_inputs,
EXTRA_LIBS=['sel',
+ 'env_cleanser',
'simple_service',
'thread_interface',
'gio_wrapped_desc',
@@ -745,6 +755,7 @@
'sel_ldr_thread_death_test',
['sel_ldr_thread_death_test.c'],
EXTRA_LIBS=['sel',
+ 'env_cleanser',
'simple_service',
'thread_interface',
'gio_wrapped_desc',
« no previous file with comments | « src/trusted/nonnacl_util/sel_ldr_launcher.cc ('k') | src/trusted/service_runtime/env_cleanser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698