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

Unified Diff: src/untrusted/nacl/nacl.gyp

Issue 24908002: Provide IRT process interface Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: 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/untrusted/nacl/kill.c ('k') | src/untrusted/nacl/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/nacl.gyp
diff --git a/src/untrusted/nacl/nacl.gyp b/src/untrusted/nacl/nacl.gyp
index a1a6bbebae8d17d765fa1ba695e97bec0a1a5ff0..501a61c9ec20aa57edb8fe8c1574544b9d330ac7 100644
--- a/src/untrusted/nacl/nacl.gyp
+++ b/src/untrusted/nacl/nacl.gyp
@@ -26,8 +26,12 @@
'getcwd.c',
'getdents.c',
'getpagesize.c',
+ 'getpgid.c',
'getpid.c',
+ 'getppid.c',
+ 'getsid.c',
'gettimeofday.c',
+ 'kill.c',
'link.c',
'lock.c',
'lseek.c',
@@ -44,6 +48,8 @@
'nacl_read_tp.c',
'nacl_add_tp.c',
'open.c',
+ 'pipe.c',
+ 'posix_spawn.c',
'read.c',
'readlink.c',
'rename.c',
@@ -52,6 +58,10 @@
'pthread_stubs.c',
'sbrk.c',
'sched_yield.c',
+ 'setpgid.c',
+ 'setsid.c',
+ 'signal.c',
+ 'sigprocmask.c',
'stacktrace.c',
'start.c',
'stat.c',
@@ -61,6 +71,8 @@
'truncate.c',
'unlink.c',
'utimes.c',
+ 'wait.c',
+ 'waitpid.c',
'write.c',
],
'sources_for_stubs': [
@@ -77,7 +89,6 @@
'stubs/getgid.c',
'stubs/getlogin.c',
'stubs/getrusage.c',
- 'stubs/getppid.c',
'stubs/getpwent.c',
'stubs/getpwnam.c',
'stubs/getpwnam_r.c',
@@ -87,10 +98,8 @@
'stubs/getwd.c',
'stubs/ioctl.c',
'stubs/issetugid.c',
- 'stubs/kill.c',
'stubs/lchown.c',
'stubs/llseek.c',
- 'stubs/pipe.c',
'stubs/pselect.c',
'stubs/select.c',
'stubs/setegid.c',
@@ -99,16 +108,12 @@
'stubs/setpwent.c',
'stubs/settimeofday.c',
'stubs/setuid.c',
- 'stubs/signal.c',
- 'stubs/sigprocmask.c',
'stubs/times.c',
'stubs/ttyname.c',
'stubs/ttyname_r.c',
'stubs/umask.c',
'stubs/utime.c',
'stubs/vfork.c',
- 'stubs/wait.c',
- 'stubs/waitpid.c',
],
'sources_for_nacl_extensions': [
'gc_hooks.c',
« no previous file with comments | « src/untrusted/nacl/kill.c ('k') | src/untrusted/nacl/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698