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

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

Issue 1243823002: [NaCl SDK] Second phase of enable glibc arm toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reenable_irtext
Patch Set: Created 5 years, 5 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
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux', 'mac', 'clang-newlib' ], 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux', 'mac', 'clang-newlib' ],
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "sys/termios.h", 233 "sys/termios.h",
234 "sys/time.h", 234 "sys/time.h",
235 "sys/utsname.h", 235 "sys/utsname.h",
236 "utime.h", 236 "utime.h",
237 ], 237 ],
238 'DEST': 'include/newlib', 238 'DEST': 'include/newlib',
239 }, 239 },
240 { 240 {
241 'FILES': [ 241 'FILES': [
242 "bits/ioctls.h", 242 "bits/ioctls.h",
243 "rpc/netdb.h",
243 "sys/mount.h", 244 "sys/mount.h",
244 ], 245 ],
245 'DEST': 'include/glibc', 246 'DEST': 'include/glibc',
246 }, 247 },
247 { 248 {
248 'FILES': [ 249 'FILES': [
249 "arpa/inet.h", 250 "arpa/inet.h",
250 "memory.h", 251 "memory.h",
251 "netdb.h", 252 "netdb.h",
252 "netinet/in.h", 253 "netinet/in.h",
(...skipping 30 matching lines...) Expand all
283 "all_interfaces.h", 284 "all_interfaces.h",
284 "define_empty_macros.h", 285 "define_empty_macros.h",
285 "undef_macros.h", 286 "undef_macros.h",
286 ], 287 ],
287 'DEST': 'include/nacl_io/pepper', 288 'DEST': 'include/nacl_io/pepper',
288 } 289 }
289 ], 290 ],
290 'DEST': 'src', 291 'DEST': 'src',
291 'NAME': 'nacl_io', 292 'NAME': 'nacl_io',
292 } 293 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap.h ('k') | native_client_sdk/src/libraries/nacl_io/rpc/netdb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698