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

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

Issue 10905317: Generic containers moved into a separate module (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Rebased with master. Created 8 years, 2 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 5eb04e0e8c1eeb00bd8d6587a93e1816bd608164..68aa9f0ec476698f0fc5f72084a41b379e26da27 100644
--- a/src/trusted/service_runtime/build.scons
+++ b/src/trusted/service_runtime/build.scons
@@ -274,10 +274,6 @@ env.DualLibrary('nacl_error_code',
['nacl_error_code.c',
])
-env.ComponentLibrary('container',
- ['generic_container/container.c',
- ])
-
if env.Bit('windows'):
env.ComponentLibrary('sel_test', 'win/mmap_test_check.cc')
elif env.Bit('mac'):
@@ -318,7 +314,6 @@ sel_ldr_libs = ['sel',
'nacl_perf_counter',
'nacl_base',
'imc',
- 'container',
'nacl_fault_inject',
'nacl_interval',
'platform',
« no previous file with comments | « src/trusted/generic_container/generic_container.gyp ('k') | src/trusted/service_runtime/generic_container/container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698