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

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

Issue 23484041: Split filename-based syscall implementations into a separate file (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix missing #includes for Windows Created 7 years, 3 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/shared/platform/nacl_host_desc.h ('k') | src/trusted/service_runtime/nacl_syscall_common.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
diff --git a/src/trusted/service_runtime/build.scons b/src/trusted/service_runtime/build.scons
index bf2e480730247f986c46bb8669b1123c14562f1e..a21ac15023e8f5bc1b59848a1b2dacdf7ac1aada 100644
--- a/src/trusted/service_runtime/build.scons
+++ b/src/trusted/service_runtime/build.scons
@@ -71,6 +71,7 @@ ldr_inputs = [
'sel_qualify.c',
'sel_validate_image.c',
'sys_exception.c',
+ 'sys_filename.c',
'sys_imc.c',
'sys_list_mappings.c',
'thread_suspension_common.c',
« no previous file with comments | « src/shared/platform/nacl_host_desc.h ('k') | src/trusted/service_runtime/nacl_syscall_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698