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

Unified Diff: src/trusted/generic_container/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
« no previous file with comments | « site_scons/site_tools/library_deps.py ('k') | src/trusted/generic_container/container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/generic_container/build.scons
diff --git a/src/shared/ldr/build.scons b/src/trusted/generic_container/build.scons
similarity index 60%
copy from src/shared/ldr/build.scons
copy to src/trusted/generic_container/build.scons
index 80b989cfaa69dcceefe1e9b8e6bc44519350e760..9dfb738cd00d03d29ae50434890f3c537acdecbc 100644
--- a/src/shared/ldr/build.scons
+++ b/src/trusted/generic_container/build.scons
@@ -5,5 +5,7 @@
Import('env')
-env.ComponentLibrary('ldr',
- ['nacl_ldr.c'])
+env.DualLibrary('generic_container',
+ ['container_hash_table.c',
+ 'container_list.c'
+ ])
« no previous file with comments | « site_scons/site_tools/library_deps.py ('k') | src/trusted/generic_container/container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698