| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], | 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], |
| 3 'SEARCH': [ | 3 'SEARCH': [ |
| 4 '.', | 4 '.', |
| 5 'pepper', | 5 'pepper', |
| 6 '../utils' | 6 '../utils' |
| 7 ], | 7 ], |
| 8 'TARGETS': [ | 8 'TARGETS': [ |
| 9 { | 9 { |
| 10 'NAME' : 'nacl_io', | 10 'NAME' : 'nacl_io', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 "all_interfaces.h", | 71 "all_interfaces.h", |
| 72 "define_empty_macros.h", | 72 "define_empty_macros.h", |
| 73 "undef_macros.h", | 73 "undef_macros.h", |
| 74 ], | 74 ], |
| 75 'DEST': 'include/nacl_io/pepper', | 75 'DEST': 'include/nacl_io/pepper', |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 'FILES': [ | 78 'FILES': [ |
| 79 "auto_lock.h", | 79 "auto_lock.h", |
| 80 "macros.h", | 80 "macros.h", |
| 81 "ref_object.h" | 81 "ref_object.h", |
| 82 "thread_safe_queue.h" |
| 82 ], | 83 ], |
| 83 'DEST': 'include/utils', | 84 'DEST': 'include/utils', |
| 84 } | 85 } |
| 85 ], | 86 ], |
| 86 'DEST': 'src', | 87 'DEST': 'src', |
| 87 'NAME': 'nacl_io', | 88 'NAME': 'nacl_io', |
| 88 } | 89 } |
| OLD | NEW |