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