OLD | NEW |
1 { | 1 { |
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], | 2 'TOOLS': ['newlib', 'glibc', 'pnacl'], |
3 'SEARCH': [ | 3 'SEARCH': [ |
4 '.', | 4 '.', |
5 'pepper', | 5 'pepper', |
6 '../third_party/newlib-extras', | 6 '../third_party/newlib-extras', |
7 ], | 7 ], |
8 'TARGETS': [ | 8 'TARGETS': [ |
9 { | 9 { |
10 'NAME' : 'nacl_io', | 10 'NAME' : 'nacl_io', |
11 'TYPE' : 'lib', | 11 'TYPE' : 'lib', |
12 'SOURCES' : [ | 12 'SOURCES' : [ |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 "all_interfaces.h", | 126 "all_interfaces.h", |
127 "define_empty_macros.h", | 127 "define_empty_macros.h", |
128 "undef_macros.h", | 128 "undef_macros.h", |
129 ], | 129 ], |
130 'DEST': 'include/nacl_io/pepper', | 130 'DEST': 'include/nacl_io/pepper', |
131 } | 131 } |
132 ], | 132 ], |
133 'DEST': 'src', | 133 'DEST': 'src', |
134 'NAME': 'nacl_io', | 134 'NAME': 'nacl_io', |
135 } | 135 } |
OLD | NEW |