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

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

Issue 1388503003: [NaCl SDK] Remove newlib toolchain from the SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux', 'mac', 'clang-newlib' ], 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "all_interfaces.h", 285 "all_interfaces.h",
286 "define_empty_macros.h", 286 "define_empty_macros.h",
287 "undef_macros.h", 287 "undef_macros.h",
288 ], 288 ],
289 'DEST': 'include/nacl_io/pepper', 289 'DEST': 'include/nacl_io/pepper',
290 } 290 }
291 ], 291 ],
292 'DEST': 'src', 292 'DEST': 'src',
293 'NAME': 'nacl_io', 293 'NAME': 'nacl_io',
294 } 294 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/error_handling/library.dsc ('k') | native_client_sdk/src/libraries/ppapi_simple/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698