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

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

Issue 666163004: [NaCl SDK] Remove sys/signal.h from newlib-extras (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/third_party/newlib-extras/sys/signal.h » ('j') | 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': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'bionic', '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 "memory.h", 225 "memory.h",
226 "netdb.h", 226 "netdb.h",
227 "netinet/in.h", 227 "netinet/in.h",
228 "netinet/tcp.h", 228 "netinet/tcp.h",
229 "netinet6/in6.h", 229 "netinet6/in6.h",
230 "poll.h", 230 "poll.h",
231 "sys/ioctl.h", 231 "sys/ioctl.h",
232 "sys/mount.h", 232 "sys/mount.h",
233 "sys/poll.h", 233 "sys/poll.h",
234 "sys/select.h", 234 "sys/select.h",
235 "sys/signal.h",
236 "sys/socket.h", 235 "sys/socket.h",
237 "sys/termios.h", 236 "sys/termios.h",
238 "sys/time.h", 237 "sys/time.h",
239 "sys/utsname.h", 238 "sys/utsname.h",
240 "utime.h", 239 "utime.h",
241 ], 240 ],
242 'DEST': 'include/newlib', 241 'DEST': 'include/newlib',
243 }, 242 },
244 { 243 {
245 'FILES': [ 244 'FILES': [
(...skipping 28 matching lines...) Expand all
274 "all_interfaces.h", 273 "all_interfaces.h",
275 "define_empty_macros.h", 274 "define_empty_macros.h",
276 "undef_macros.h", 275 "undef_macros.h",
277 ], 276 ],
278 'DEST': 'include/nacl_io/pepper', 277 'DEST': 'include/nacl_io/pepper',
279 } 278 }
280 ], 279 ],
281 'DEST': 'src', 280 'DEST': 'src',
282 'NAME': 'nacl_io', 281 'NAME': 'nacl_io',
283 } 282 }
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/third_party/newlib-extras/sys/signal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698