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

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

Issue 7108031: this patch adds the manifest proxy server to sel_ldr and the manifest (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 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: src/trusted/service_runtime/build.scons
===================================================================
--- src/trusted/service_runtime/build.scons (revision 5652)
+++ src/trusted/service_runtime/build.scons (working copy)
@@ -275,6 +275,7 @@
EXTRA_LIBS=['sel',
'env_cleanser',
'nacl_error_code',
+ 'manifest_proxy',
'simple_service',
'thread_interface',
'gio_wrapped_desc',
@@ -345,6 +346,7 @@
EXTRA_LIBS=['gtest',
'sel',
'env_cleanser',
+ 'manifest_proxy',
'simple_service',
'thread_interface',
'gio_wrapped_desc',
@@ -398,6 +400,7 @@
['mmap_test.c'],
EXTRA_LIBS=['sel',
'env_cleanser',
+ 'manifest_proxy',
'simple_service',
'thread_interface',
'gio_wrapped_desc',
@@ -434,6 +437,7 @@
['nacl_sync_cond_test.c'],
EXTRA_LIBS=['sel',
'env_cleanser',
+ 'manifest_proxy',
'simple_service',
'thread_interface',
'gio_wrapped_desc',
@@ -618,6 +622,7 @@
obj_proxy_test_inputs,
EXTRA_LIBS=['sel',
'env_cleanser',
+ 'manifest_proxy',
'simple_service',
'thread_interface',
'gio_wrapped_desc',
@@ -762,6 +767,7 @@
['sel_ldr_thread_death_test.c'],
EXTRA_LIBS=['sel',
'env_cleanser',
+ 'manifest_proxy',
'simple_service',
'thread_interface',
'gio_wrapped_desc',
« no previous file with comments | « src/trusted/reverse_service/reverse_service.cc ('k') | src/trusted/service_runtime/name_service/default_name_service.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698