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

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

Issue 270743005: [NaCl SDK] Add memory.h to include/newlib and include/pnacl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/include/poll.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux'], 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux'],
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "stream/stream_event_emitter.h", 225 "stream/stream_event_emitter.h",
226 "stream/stream_fs.h", 226 "stream/stream_fs.h",
227 "stream/stream_node.h", 227 "stream/stream_node.h",
228 "typed_fs_factory.h", 228 "typed_fs_factory.h",
229 ], 229 ],
230 'DEST': 'include/nacl_io', 230 'DEST': 'include/nacl_io',
231 }, 231 },
232 { 232 {
233 'FILES': [ 233 'FILES': [
234 "arpa/inet.h", 234 "arpa/inet.h",
235 "memory.h",
235 "netdb.h", 236 "netdb.h",
236 "netinet/in.h", 237 "netinet/in.h",
237 "netinet/tcp.h", 238 "netinet/tcp.h",
238 "netinet6/in6.h", 239 "netinet6/in6.h",
239 "poll.h", 240 "poll.h",
240 "sys/ioctl.h", 241 "sys/ioctl.h",
241 "sys/mount.h", 242 "sys/mount.h",
242 "sys/poll.h", 243 "sys/poll.h",
243 "sys/select.h", 244 "sys/select.h",
244 "sys/signal.h", 245 "sys/signal.h",
245 "sys/socket.h", 246 "sys/socket.h",
246 "sys/termios.h", 247 "sys/termios.h",
247 "sys/utsname.h", 248 "sys/utsname.h",
248 ], 249 ],
249 'DEST': 'include/newlib', 250 'DEST': 'include/newlib',
250 }, 251 },
251 { 252 {
252 'FILES': [ 253 'FILES': [
253 "arpa/inet.h", 254 "arpa/inet.h",
255 "memory.h",
254 "netdb.h", 256 "netdb.h",
255 "netinet/in.h", 257 "netinet/in.h",
256 "netinet/tcp.h", 258 "netinet/tcp.h",
257 "netinet6/in6.h", 259 "netinet6/in6.h",
258 "poll.h", 260 "poll.h",
259 "sys/ioctl.h", 261 "sys/ioctl.h",
260 "sys/mount.h", 262 "sys/mount.h",
261 "sys/poll.h", 263 "sys/poll.h",
262 "sys/select.h", 264 "sys/select.h",
263 "sys/socket.h", 265 "sys/socket.h",
(...skipping 14 matching lines...) Expand all
278 "all_interfaces.h", 280 "all_interfaces.h",
279 "define_empty_macros.h", 281 "define_empty_macros.h",
280 "undef_macros.h", 282 "undef_macros.h",
281 ], 283 ],
282 'DEST': 'include/nacl_io/pepper', 284 'DEST': 'include/nacl_io/pepper',
283 } 285 }
284 ], 286 ],
285 'DEST': 'src', 287 'DEST': 'src',
286 'NAME': 'nacl_io', 288 'NAME': 'nacl_io',
287 } 289 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/include/poll.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698