| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 'cpp/var_dictionary.cc', | 236 'cpp/var_dictionary.cc', |
| 237 'cpp/var_dictionary.h', | 237 'cpp/var_dictionary.h', |
| 238 'cpp/video_decoder.cc', | 238 'cpp/video_decoder.cc', |
| 239 'cpp/video_decoder.h', | 239 'cpp/video_decoder.h', |
| 240 'cpp/video_encoder.cc', | 240 'cpp/video_encoder.cc', |
| 241 'cpp/video_encoder.h', | 241 'cpp/video_encoder.h', |
| 242 'cpp/video_frame.cc', | 242 'cpp/video_frame.cc', |
| 243 'cpp/video_frame.h', | 243 'cpp/video_frame.h', |
| 244 'cpp/view.cc', | 244 'cpp/view.cc', |
| 245 'cpp/view.h', | 245 'cpp/view.h', |
| 246 'cpp/vpn_provider.h', |
| 247 'cpp/vpn_provider.cc', |
| 246 'cpp/websocket.cc', | 248 'cpp/websocket.cc', |
| 247 'cpp/websocket.h', | 249 'cpp/websocket.h', |
| 248 | 250 |
| 249 # Dev interfaces. | 251 # Dev interfaces. |
| 250 'cpp/dev/audio_input_dev.cc', | 252 'cpp/dev/audio_input_dev.cc', |
| 251 'cpp/dev/audio_input_dev.h', | 253 'cpp/dev/audio_input_dev.h', |
| 252 'cpp/dev/buffer_dev.cc', | 254 'cpp/dev/buffer_dev.cc', |
| 253 'cpp/dev/buffer_dev.h', | 255 'cpp/dev/buffer_dev.h', |
| 254 'cpp/dev/crypto_dev.cc', | 256 'cpp/dev/crypto_dev.cc', |
| 255 'cpp/dev/crypto_dev.h', | 257 'cpp/dev/crypto_dev.h', |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 'tests/test_x509_certificate_private.h', | 561 'tests/test_x509_certificate_private.h', |
| 560 | 562 |
| 561 # Deprecated test cases. | 563 # Deprecated test cases. |
| 562 'tests/test_instance_deprecated.cc', | 564 'tests/test_instance_deprecated.cc', |
| 563 'tests/test_instance_deprecated.h', | 565 'tests/test_instance_deprecated.h', |
| 564 'tests/test_var_deprecated.cc', | 566 'tests/test_var_deprecated.cc', |
| 565 'tests/test_var_deprecated.h', | 567 'tests/test_var_deprecated.h', |
| 566 ], | 568 ], |
| 567 }, | 569 }, |
| 568 } | 570 } |
| OLD | NEW |