OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'c_source_files': [ | 7 'c_source_files': [ |
8 'c/pp_array_output.h', | 8 'c/pp_array_output.h', |
9 'c/pp_bool.h', | 9 'c/pp_bool.h', |
10 'c/pp_completion_callback.h', | 10 'c/pp_completion_callback.h', |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'cpp/url_loader.cc', | 192 'cpp/url_loader.cc', |
193 'cpp/url_loader.h', | 193 'cpp/url_loader.h', |
194 'cpp/url_request_info.cc', | 194 'cpp/url_request_info.cc', |
195 'cpp/url_request_info.h', | 195 'cpp/url_request_info.h', |
196 'cpp/url_response_info.cc', | 196 'cpp/url_response_info.cc', |
197 'cpp/url_response_info.h', | 197 'cpp/url_response_info.h', |
198 'cpp/var.cc', | 198 'cpp/var.cc', |
199 'cpp/var.h', | 199 'cpp/var.h', |
200 'cpp/var_array_buffer.cc', | 200 'cpp/var_array_buffer.cc', |
201 'cpp/var_array_buffer.h', | 201 'cpp/var_array_buffer.h', |
| 202 'cpp/video_frame.cc', |
| 203 'cpp/video_frame.h', |
| 204 'cpp/video_reader.cc', |
| 205 'cpp/video_reader.h', |
| 206 'cpp/video_writer.cc', |
| 207 'cpp/video_writer.h', |
202 'cpp/view.cc', | 208 'cpp/view.cc', |
203 'cpp/view.h', | 209 'cpp/view.h', |
204 'cpp/websocket.cc', | 210 'cpp/websocket.cc', |
205 'cpp/websocket.h', | 211 'cpp/websocket.h', |
206 | 212 |
207 # Dev interfaces. | 213 # Dev interfaces. |
208 'cpp/dev/audio_input_dev.cc', | 214 'cpp/dev/audio_input_dev.cc', |
209 'cpp/dev/audio_input_dev.h', | 215 'cpp/dev/audio_input_dev.h', |
210 'cpp/dev/buffer_dev.cc', | 216 'cpp/dev/buffer_dev.cc', |
211 'cpp/dev/buffer_dev.h', | 217 'cpp/dev/buffer_dev.h', |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 'tests/test_x509_certificate_private.h', | 514 'tests/test_x509_certificate_private.h', |
509 | 515 |
510 # Deprecated test cases. | 516 # Deprecated test cases. |
511 'tests/test_instance_deprecated.cc', | 517 'tests/test_instance_deprecated.cc', |
512 'tests/test_instance_deprecated.h', | 518 'tests/test_instance_deprecated.h', |
513 'tests/test_var_deprecated.cc', | 519 'tests/test_var_deprecated.cc', |
514 'tests/test_var_deprecated.h', | 520 'tests/test_var_deprecated.h', |
515 ], | 521 ], |
516 }, | 522 }, |
517 } | 523 } |
OLD | NEW |