OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'ppapi_c', | 8 'target_name': 'ppapi_c', |
9 'type': 'none', | 9 'type': 'none', |
10 'all_dependent_settings': { | 10 'all_dependent_settings': { |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'cpp/url_loader.cc', | 191 'cpp/url_loader.cc', |
192 'cpp/url_loader.h', | 192 'cpp/url_loader.h', |
193 'cpp/url_request_info.cc', | 193 'cpp/url_request_info.cc', |
194 'cpp/url_request_info.h', | 194 'cpp/url_request_info.h', |
195 'cpp/url_response_info.cc', | 195 'cpp/url_response_info.cc', |
196 'cpp/url_response_info.h', | 196 'cpp/url_response_info.h', |
197 'cpp/var.cc', | 197 'cpp/var.cc', |
198 'cpp/var.h', | 198 'cpp/var.h', |
199 | 199 |
200 # Dev interfaces. | 200 # Dev interfaces. |
| 201 'cpp/dev/audio_input_dev.cc', |
| 202 'cpp/dev/audio_input_dev.h', |
201 'cpp/dev/buffer_dev.cc', | 203 'cpp/dev/buffer_dev.cc', |
202 'cpp/dev/buffer_dev.h', | 204 'cpp/dev/buffer_dev.h', |
203 'cpp/dev/context_3d_dev.cc', | 205 'cpp/dev/context_3d_dev.cc', |
204 'cpp/dev/context_3d_dev.h', | 206 'cpp/dev/context_3d_dev.h', |
205 'cpp/dev/directory_entry_dev.cc', | 207 'cpp/dev/directory_entry_dev.cc', |
206 'cpp/dev/directory_entry_dev.h', | 208 'cpp/dev/directory_entry_dev.h', |
207 'cpp/dev/directory_reader_dev.cc', | 209 'cpp/dev/directory_reader_dev.cc', |
208 'cpp/dev/directory_reader_dev.h', | 210 'cpp/dev/directory_reader_dev.h', |
209 'cpp/dev/file_chooser_dev.cc', | 211 'cpp/dev/file_chooser_dev.cc', |
210 'cpp/dev/file_chooser_dev.h', | 212 'cpp/dev/file_chooser_dev.h', |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 ], | 456 ], |
455 }, | 457 }, |
456 'dependencies': [ | 458 'dependencies': [ |
457 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 459 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
458 ], | 460 ], |
459 }, | 461 }, |
460 ], | 462 ], |
461 }], | 463 }], |
462 ], | 464 ], |
463 } | 465 } |
OLD | NEW |