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

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: 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 | « src/untrusted/nosys/nacl.scons ('k') | src/untrusted/nosys/pclose.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nosys/nosys.gyp
diff --git a/src/untrusted/nosys/nosys.gyp b/src/untrusted/nosys/nosys.gyp
index 8b5df97195a4c168999cbff2616232cc939b6d90..4cb2d2cc4949daa28059e6b4ea3b878f6e5c7b50 100644
--- a/src/untrusted/nosys/nosys.gyp
+++ b/src/untrusted/nosys/nosys.gyp
@@ -7,10 +7,6 @@
'includes': [
'../../../build/common.gypi',
],
- 'variables': {
- 'common_sources': [
- ],
- },
'targets' : [
{
'target_name': 'nosys_lib',
@@ -21,74 +17,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',
],
« no previous file with comments | « src/untrusted/nosys/nacl.scons ('k') | src/untrusted/nosys/pclose.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698