OLD | NEW |
1 { | 1 { |
2 'TOOLS': ['newlib', 'glibc', 'pnacl'], | 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 'include', | 7 'include', |
8 ], | 8 ], |
9 'TARGETS': [ | 9 'TARGETS': [ |
10 { | 10 { |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'DEST': 'include/nacl_io', | 142 'DEST': 'include/nacl_io', |
143 }, | 143 }, |
144 { | 144 { |
145 'FILES': [ | 145 'FILES': [ |
146 "arpa/inet.h", | 146 "arpa/inet.h", |
147 "netdb.h", | 147 "netdb.h", |
148 "netinet/in.h", | 148 "netinet/in.h", |
149 "netinet/tcp.h", | 149 "netinet/tcp.h", |
150 "netinet6/in6.h", | 150 "netinet6/in6.h", |
151 "poll.h", | 151 "poll.h", |
| 152 "sys/mount.h", |
152 "sys/select.h", | 153 "sys/select.h", |
153 "sys/socket.h", | 154 "sys/socket.h", |
154 "sys/termios.h", | 155 "sys/termios.h", |
155 "sys/utsname.h", | 156 "sys/utsname.h", |
156 ], | 157 ], |
157 'DEST': 'include/newlib', | 158 'DEST': 'include/newlib', |
158 }, | 159 }, |
159 { | 160 { |
160 'FILES': [ | 161 'FILES': [ |
161 "arpa/inet.h", | 162 "arpa/inet.h", |
162 "netdb.h", | 163 "netdb.h", |
163 "netinet/in.h", | 164 "netinet/in.h", |
164 "netinet/tcp.h", | 165 "netinet/tcp.h", |
165 "netinet6/in6.h", | 166 "netinet6/in6.h", |
166 "poll.h", | 167 "poll.h", |
| 168 "sys/mount.h", |
167 "sys/select.h", | 169 "sys/select.h", |
168 "sys/socket.h", | 170 "sys/socket.h", |
169 "sys/termios.h", | 171 "sys/termios.h", |
170 "sys/utsname.h", | 172 "sys/utsname.h", |
171 ], | 173 ], |
172 'DEST': 'include/pnacl', | 174 'DEST': 'include/pnacl', |
173 }, | 175 }, |
174 { | 176 { |
175 'FILES': [ | 177 'FILES': [ |
176 "poll.h", | 178 "poll.h", |
177 ], | 179 ], |
178 'DEST': 'include/win', | 180 'DEST': 'include/win', |
179 }, | 181 }, |
180 { | 182 { |
181 'FILES': [ | 183 'FILES': [ |
182 "all_interfaces.h", | 184 "all_interfaces.h", |
183 "define_empty_macros.h", | 185 "define_empty_macros.h", |
184 "undef_macros.h", | 186 "undef_macros.h", |
185 ], | 187 ], |
186 'DEST': 'include/nacl_io/pepper', | 188 'DEST': 'include/nacl_io/pepper', |
187 } | 189 } |
188 ], | 190 ], |
189 'DEST': 'src', | 191 'DEST': 'src', |
190 'NAME': 'nacl_io', | 192 'NAME': 'nacl_io', |
191 } | 193 } |
OLD | NEW |