| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'cpp/url_loader.cc', | 188 'cpp/url_loader.cc', |
| 189 'cpp/url_loader.h', | 189 'cpp/url_loader.h', |
| 190 'cpp/url_request_info.cc', | 190 'cpp/url_request_info.cc', |
| 191 'cpp/url_request_info.h', | 191 'cpp/url_request_info.h', |
| 192 'cpp/url_response_info.cc', | 192 'cpp/url_response_info.cc', |
| 193 'cpp/url_response_info.h', | 193 'cpp/url_response_info.h', |
| 194 'cpp/var.cc', | 194 'cpp/var.cc', |
| 195 'cpp/var.h', | 195 'cpp/var.h', |
| 196 | 196 |
| 197 # Dev interfaces. | 197 # Dev interfaces. |
| 198 'cpp/dev/audio_input_dev.cc', |
| 199 'cpp/dev/audio_input_dev.h', |
| 198 'cpp/dev/buffer_dev.cc', | 200 'cpp/dev/buffer_dev.cc', |
| 199 'cpp/dev/buffer_dev.h', | 201 'cpp/dev/buffer_dev.h', |
| 200 'cpp/dev/context_3d_dev.cc', | 202 'cpp/dev/context_3d_dev.cc', |
| 201 'cpp/dev/context_3d_dev.h', | 203 'cpp/dev/context_3d_dev.h', |
| 202 'cpp/dev/directory_entry_dev.cc', | 204 'cpp/dev/directory_entry_dev.cc', |
| 203 'cpp/dev/directory_entry_dev.h', | 205 'cpp/dev/directory_entry_dev.h', |
| 204 'cpp/dev/directory_reader_dev.cc', | 206 'cpp/dev/directory_reader_dev.cc', |
| 205 'cpp/dev/directory_reader_dev.h', | 207 'cpp/dev/directory_reader_dev.h', |
| 206 'cpp/dev/file_chooser_dev.cc', | 208 'cpp/dev/file_chooser_dev.cc', |
| 207 'cpp/dev/file_chooser_dev.h', | 209 'cpp/dev/file_chooser_dev.h', |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 ], | 447 ], |
| 446 }, | 448 }, |
| 447 'dependencies': [ | 449 'dependencies': [ |
| 448 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 450 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 449 ], | 451 ], |
| 450 }, | 452 }, |
| 451 ], | 453 ], |
| 452 }], | 454 }], |
| 453 ], | 455 ], |
| 454 } | 456 } |
| OLD | NEW |