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

Side by Side Diff: native_client_sdk/src/libraries/nacl_io/library.dsc

Issue 61763014: Add build target for nacl_io from the NaCl SDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Add new targets back into all.gyp, readd main function in dsc_info.py Created 7 years, 1 month 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 'pepper', 5 'pepper',
6 '../third_party/newlib-extras', 6 '../third_party/newlib-extras',
7 'include', 7 'include',
8 ], 8 ],
9 'TARGETS': [ 9 'TARGETS': [
10 { 10 {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "syscalls/inet_ntop.cc", 88 "syscalls/inet_ntop.cc",
89 "syscalls/ioctl.c", 89 "syscalls/ioctl.c",
90 "syscalls/isatty.c", 90 "syscalls/isatty.c",
91 "syscalls/kill.c", 91 "syscalls/kill.c",
92 "syscalls/killpg.c", 92 "syscalls/killpg.c",
93 "syscalls/lchown.c", 93 "syscalls/lchown.c",
94 "syscalls/link.c", 94 "syscalls/link.c",
95 "syscalls/listen.c", 95 "syscalls/listen.c",
96 "syscalls/lstat.c", 96 "syscalls/lstat.c",
97 "syscalls/mkdir.c", 97 "syscalls/mkdir.c",
98 "syscalls/mount.c", 98 # Not called mount.c to avoid object file naming conflict with
99 # mount.cc.
100 "syscalls/syscall_mount.c",
99 "syscalls/ntohl.c", 101 "syscalls/ntohl.c",
100 "syscalls/ntohs.c", 102 "syscalls/ntohs.c",
101 "syscalls/pipe.c", 103 "syscalls/pipe.c",
102 "syscalls/poll.c", 104 "syscalls/poll.c",
103 "syscalls/readlink.c", 105 "syscalls/readlink.c",
104 "syscalls/rmdir.c", 106 "syscalls/rmdir.c",
105 "syscalls/recv.c", 107 "syscalls/recv.c",
106 "syscalls/recvfrom.c", 108 "syscalls/recvfrom.c",
107 "syscalls/recvmsg.c", 109 "syscalls/recvmsg.c",
108 "syscalls/remove.c", 110 "syscalls/remove.c",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "all_interfaces.h", 261 "all_interfaces.h",
260 "define_empty_macros.h", 262 "define_empty_macros.h",
261 "undef_macros.h", 263 "undef_macros.h",
262 ], 264 ],
263 'DEST': 'include/nacl_io/pepper', 265 'DEST': 'include/nacl_io/pepper',
264 } 266 }
265 ], 267 ],
266 'DEST': 'src', 268 'DEST': 'src',
267 'NAME': 'nacl_io', 269 'NAME': 'nacl_io',
268 } 270 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/dsc_info.py ('k') | native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698