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

Unified Diff: src/untrusted/nosys/nosys.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: Move all stub source files into stubs folder 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
Index: src/untrusted/nosys/nosys.gyp
diff --git a/src/untrusted/nosys/nosys.gyp b/src/untrusted/nosys/nosys.gyp
index 8b5df97195a4c168999cbff2616232cc939b6d90..d93b243b3a193a175c3bfa5fefc425d80d50dfbd 100644
--- a/src/untrusted/nosys/nosys.gyp
+++ b/src/untrusted/nosys/nosys.gyp
@@ -9,6 +9,7 @@
],
'variables': {
'common_sources': [
+ '_dummy.c',
Mark Seaborn 2013/08/23 15:45:22 "_dummy.c" needs a comment. Also, put this in 'so
Petr Hosek 2013/08/23 21:35:07 Removed altogether.
],
},
'targets' : [
@@ -21,74 +22,7 @@
'build_newlib': 1,
'build_pnacl_newlib': 1,
},
- 'sources': [
- 'access.c',
- 'chmod.c',
- 'chown.c',
- 'endpwent.c',
- 'environ.c',
- 'execve.c',
- '_execve.c',
- 'fcntl.c',
- 'fchdir.c',
- 'fchmod.c',
- 'fchown.c',
- 'fdatasync.c',
- 'fork.c',
- 'fsync.c',
- 'ftruncate.c',
- 'get_current_dir_name.c',
- 'getegid.c',
- 'geteuid.c',
- 'getgid.c',
- 'getlogin.c',
- 'getrusage.c',
- 'getppid.c',
- 'getpwent.c',
- 'getpwnam.c',
- 'getpwnam_r.c',
- 'getpwuid.c',
- 'getpwuid_r.c',
- 'getuid.c',
- 'getwd.c',
- 'ioctl.c',
- 'issetugid.c',
- 'isatty.c',
- 'kill.c',
- 'lchown.c',
- 'link.c',
- 'llseek.c',
- 'lstat.c',
- 'pclose.c',
- 'pipe.c',
- 'popen.c',
- 'pselect.c',
- 'readlink.c',
- 'remove.c',
- 'rename.c',
- 'select.c',
- 'setegid.c',
- 'seteuid.c',
- 'setgid.c',
- 'setpwent.c',
- 'settimeofday.c',
- 'setuid.c',
- 'signal.c',
- 'sigprocmask.c',
- 'symlink.c',
- 'system.c',
- 'times.c',
- 'tmpfile.c',
- 'truncate.c',
- 'ttyname.c',
- 'ttyname_r.c',
- 'umask.c',
- 'utime.c',
- 'utimes.c',
- 'vfork.c',
- 'wait.c',
- 'waitpid.c',
- ],
+ 'sources': [],
'dependencies': [
'<(DEPTH)/native_client/tools.gyp:prep_toolchain',
],

Powered by Google App Engine
This is Rietveld 408576698