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

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

Issue 797843003: Remove src/trusted/manifest_name_service_proxy/ (old open_resource() impl) (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Remove test Created 5 years, 11 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
diff --git a/src/trusted/service_runtime/build.scons b/src/trusted/service_runtime/build.scons
index 50b1d391ec0662317870ad7d4ecf82a3c6cf146a..450c96a855cae69681e37e82749b2cea2599f3e2 100644
--- a/src/trusted/service_runtime/build.scons
+++ b/src/trusted/service_runtime/build.scons
@@ -319,7 +319,6 @@ sel_ldr_libs = ['sel',
'desc_cacheability',
'env_cleanser',
'nacl_error_code',
- 'manifest_proxy',
'simple_service',
'thread_interface',
'nonnacl_srpc',
@@ -480,7 +479,6 @@ if not env.Bit('coverage_enabled') or not env.Bit('windows'):
unittest_inputs,
EXTRA_LIBS=['sel',
'env_cleanser',
- 'manifest_proxy',
'simple_service',
'thread_interface',
'nonnacl_srpc',
@@ -538,7 +536,6 @@ if ((not env.Bit('windows') or not env.Bit('coverage_enabled')) and
mmap_test_objs,
EXTRA_LIBS=['sel',
'env_cleanser',
- 'manifest_proxy',
'simple_service',
'thread_interface',
'nonnacl_srpc',
@@ -586,7 +583,6 @@ nacl_sync_cond_test_exe = env.ComponentProgram(
['nacl_sync_cond_test.c'],
EXTRA_LIBS=['sel',
'env_cleanser',
- 'manifest_proxy',
'simple_service',
'thread_interface',
'nonnacl_srpc',
@@ -952,7 +948,6 @@ if not env.Bit('coverage_enabled') or not env.Bit('windows'):
['sel_ldr_thread_death_test.c'],
EXTRA_LIBS=['sel',
'env_cleanser',
- 'manifest_proxy',
'simple_service',
'thread_interface',
'nonnacl_srpc',

Powered by Google App Engine
This is Rietveld 408576698