| OLD | NEW |
| 1 { | 1 { |
| 2 # Disabled pnacl for now because it warns on using the language extension | 2 # Disabled pnacl for now because it warns on using the language extension |
| 3 # typeof(...) | 3 # typeof(...) |
| 4 #'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], | |
| 5 'TOOLS': ['newlib', 'glibc', 'win'], | 4 'TOOLS': ['newlib', 'glibc', 'win'], |
| 6 'SEARCH': [ | 5 'SEARCH': [ |
| 7 '.', | 6 '.', |
| 8 'pepper', | 7 'pepper', |
| 9 '../utils' | 8 '../utils' |
| 10 ], | 9 ], |
| 11 'TARGETS': [ | 10 'TARGETS': [ |
| 12 { | 11 { |
| 13 'NAME' : 'nacl_mounts', | 12 'NAME' : 'nacl_mounts', |
| 14 'TYPE' : 'lib', | 13 'TYPE' : 'lib', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 }, | 70 }, |
| 72 { | 71 { |
| 73 'FILES': [ | 72 'FILES': [ |
| 74 "auto_lock.h", | 73 "auto_lock.h", |
| 75 "macros.h", | 74 "macros.h", |
| 76 "ref_object.h" | 75 "ref_object.h" |
| 77 ], | 76 ], |
| 78 'DEST': 'include/utils', | 77 'DEST': 'include/utils', |
| 79 } | 78 } |
| 80 ], | 79 ], |
| 80 'DATA': [ |
| 81 'Makefile', |
| 82 ], |
| 81 'DEST': 'src', | 83 'DEST': 'src', |
| 82 'NAME': 'nacl_mounts', | 84 'NAME': 'nacl_mounts', |
| 83 } | 85 } |
| OLD | NEW |