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

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

Issue 22923022: Make libnosys function stubs part of libnacl (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Code review feedback Created 7 years, 4 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 | « no previous file | 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 03183d92c299dd79e4fb4679d765ab77ce96aa1e..0cedafbb8e4981a59065e544f73f02539d78d184 100644
--- a/src/untrusted/nacl/nacl.gyp
+++ b/src/untrusted/nacl/nacl.gyp
@@ -48,6 +48,80 @@
'unlink.c',
'write.c',
],
+ 'sources_for_stubs': [
+ 'stubs/access.c',
+ 'stubs/chmod.c',
+ 'stubs/chown.c',
+ 'stubs/endpwent.c',
+ 'stubs/environ.c',
+ 'stubs/execle.c',
+ 'stubs/execvp.c',
+ 'stubs/execl.c',
+ 'stubs/execv.c',
+ 'stubs/execlp.c',
+ 'stubs/execve.c',
+ 'stubs/_execve.c',
+ 'stubs/fcntl.c',
+ 'stubs/fchdir.c',
+ 'stubs/fchmod.c',
+ 'stubs/fchown.c',
+ 'stubs/fdatasync.c',
+ 'stubs/fork.c',
+ 'stubs/fsync.c',
+ 'stubs/ftruncate.c',
+ 'stubs/get_current_dir_name.c',
+ 'stubs/getegid.c',
+ 'stubs/geteuid.c',
+ 'stubs/getgid.c',
+ 'stubs/getlogin.c',
+ 'stubs/getrusage.c',
+ 'stubs/getppid.c',
+ 'stubs/getpwent.c',
+ 'stubs/getpwnam.c',
+ 'stubs/getpwnam_r.c',
+ 'stubs/getpwuid.c',
+ 'stubs/getpwuid_r.c',
+ 'stubs/getuid.c',
+ 'stubs/getwd.c',
+ 'stubs/ioctl.c',
+ 'stubs/isatty.c',
+ 'stubs/issetugid.c',
+ 'stubs/kill.c',
+ 'stubs/lchown.c',
+ 'stubs/link.c',
+ 'stubs/llseek.c',
+ 'stubs/lstat.c',
+ 'stubs/pclose.c',
+ 'stubs/pipe.c',
+ 'stubs/popen.c',
+ 'stubs/pselect.c',
+ 'stubs/raise.c',
+ 'stubs/readlink.c',
+ 'stubs/remove.c',
+ 'stubs/rename.c',
+ 'stubs/select.c',
+ 'stubs/setegid.c',
+ 'stubs/seteuid.c',
+ 'stubs/setgid.c',
+ 'stubs/setpwent.c',
+ 'stubs/settimeofday.c',
+ 'stubs/setuid.c',
+ 'stubs/signal.c',
+ 'stubs/sigprocmask.c',
+ 'stubs/symlink.c',
+ 'stubs/system.c',
+ 'stubs/times.c',
+ 'stubs/tmpfile.c',
+ 'stubs/truncate.c',
+ 'stubs/ttyname.c',
+ 'stubs/ttyname_r.c',
+ 'stubs/umask.c',
+ 'stubs/utime.c',
+ 'stubs/utimes.c',
+ 'stubs/vfork.c',
+ 'stubs/wait.c',
+ 'stubs/waitpid.c',
+ ],
'sources_for_nacl_extensions': [
'gc_hooks.c',
'nacl_irt.c',
@@ -109,6 +183,7 @@
'sources': [
'<@(sources_for_nacl_extensions)',
'<@(sources_for_standard_interfaces)',
+ '<@(sources_for_stubs)',
],
'conditions': [
['target_arch=="arm"', {
« no previous file with comments | « no previous file | src/untrusted/nacl/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698