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_codecs.h', | 10 'c/pp_codecs.h', |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 'cpp/var_dictionary.cc', | 240 'cpp/var_dictionary.cc', |
241 'cpp/var_dictionary.h', | 241 'cpp/var_dictionary.h', |
242 'cpp/video_decoder.cc', | 242 'cpp/video_decoder.cc', |
243 'cpp/video_decoder.h', | 243 'cpp/video_decoder.h', |
244 'cpp/video_encoder.cc', | 244 'cpp/video_encoder.cc', |
245 'cpp/video_encoder.h', | 245 'cpp/video_encoder.h', |
246 'cpp/video_frame.cc', | 246 'cpp/video_frame.cc', |
247 'cpp/video_frame.h', | 247 'cpp/video_frame.h', |
248 'cpp/view.cc', | 248 'cpp/view.cc', |
249 'cpp/view.h', | 249 'cpp/view.h', |
| 250 'cpp/vpn_provider.h', |
| 251 'cpp/vpn_provider.cc', |
250 'cpp/websocket.cc', | 252 'cpp/websocket.cc', |
251 'cpp/websocket.h', | 253 'cpp/websocket.h', |
252 | 254 |
253 # Dev interfaces. | 255 # Dev interfaces. |
254 'cpp/dev/audio_input_dev.cc', | 256 'cpp/dev/audio_input_dev.cc', |
255 'cpp/dev/audio_input_dev.h', | 257 'cpp/dev/audio_input_dev.h', |
256 'cpp/dev/buffer_dev.cc', | 258 'cpp/dev/buffer_dev.cc', |
257 'cpp/dev/buffer_dev.h', | 259 'cpp/dev/buffer_dev.h', |
258 'cpp/dev/crypto_dev.cc', | 260 'cpp/dev/crypto_dev.cc', |
259 'cpp/dev/crypto_dev.h', | 261 'cpp/dev/crypto_dev.h', |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 'tests/test_x509_certificate_private.h', | 569 'tests/test_x509_certificate_private.h', |
568 | 570 |
569 # Deprecated test cases. | 571 # Deprecated test cases. |
570 'tests/test_instance_deprecated.cc', | 572 'tests/test_instance_deprecated.cc', |
571 'tests/test_instance_deprecated.h', | 573 'tests/test_instance_deprecated.h', |
572 'tests/test_var_deprecated.cc', | 574 'tests/test_var_deprecated.cc', |
573 'tests/test_var_deprecated.h', | 575 'tests/test_var_deprecated.h', |
574 ], | 576 ], |
575 }, | 577 }, |
576 } | 578 } |
OLD | NEW |