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

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

Issue 1493443002: Revert of [NaCl SDK] Remove support for bionic toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'], 2 'TOOLS': ['clang-newlib', 'glibc', 'bionic', 'pnacl', 'linux', 'mac'],
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 {
11 'DEFINES': ['NACL_IO_LOGGING=0'], 11 'DEFINES': ['NACL_IO_LOGGING=0'],
12 'NAME' : 'nacl_io', 12 'NAME' : 'nacl_io',
(...skipping 17 matching lines...) Expand all
30 "html5fs/html5_fs_node.cc", 30 "html5fs/html5_fs_node.cc",
31 "httpfs/http_fs.cc", 31 "httpfs/http_fs.cc",
32 "httpfs/http_fs_node.cc", 32 "httpfs/http_fs_node.cc",
33 "in6_addr.c", 33 "in6_addr.c",
34 "jsfs/js_fs.cc", 34 "jsfs/js_fs.cc",
35 "jsfs/js_fs_node.cc", 35 "jsfs/js_fs_node.cc",
36 "kernel_handle.cc", 36 "kernel_handle.cc",
37 "kernel_intercept.cc", 37 "kernel_intercept.cc",
38 "kernel_object.cc", 38 "kernel_object.cc",
39 "kernel_proxy.cc", 39 "kernel_proxy.cc",
40 "kernel_wrap_bionic.cc",
40 "kernel_wrap_dummy.cc", 41 "kernel_wrap_dummy.cc",
41 "kernel_wrap_glibc.cc", 42 "kernel_wrap_glibc.cc",
42 "kernel_wrap_irt_ext.c", 43 "kernel_wrap_irt_ext.c",
43 "kernel_wrap_newlib.cc", 44 "kernel_wrap_newlib.cc",
44 "kernel_wrap_win.cc", 45 "kernel_wrap_win.cc",
45 "log.c", 46 "log.c",
46 "memfs/mem_fs.cc", 47 "memfs/mem_fs.cc",
47 "memfs/mem_fs_node.cc", 48 "memfs/mem_fs_node.cc",
48 "nacl_io.cc", 49 "nacl_io.cc",
49 "node.cc", 50 "node.cc",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "all_interfaces.h", 289 "all_interfaces.h",
289 "define_empty_macros.h", 290 "define_empty_macros.h",
290 "undef_macros.h", 291 "undef_macros.h",
291 ], 292 ],
292 'DEST': 'include/nacl_io/pepper', 293 'DEST': 'include/nacl_io/pepper',
293 } 294 }
294 ], 295 ],
295 'DEST': 'src', 296 'DEST': 'src',
296 'NAME': 'nacl_io', 297 'NAME': 'nacl_io',
297 } 298 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698