| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |