OLD | NEW |
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'variables': { | 10 'variables': { |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 'audio_multi_vector.cc', | 66 'audio_multi_vector.cc', |
67 'audio_multi_vector.h', | 67 'audio_multi_vector.h', |
68 'audio_vector.cc', | 68 'audio_vector.cc', |
69 'audio_vector.h', | 69 'audio_vector.h', |
70 'background_noise.cc', | 70 'background_noise.cc', |
71 'background_noise.h', | 71 'background_noise.h', |
72 'buffer_level_filter.cc', | 72 'buffer_level_filter.cc', |
73 'buffer_level_filter.h', | 73 'buffer_level_filter.h', |
74 'comfort_noise.cc', | 74 'comfort_noise.cc', |
75 'comfort_noise.h', | 75 'comfort_noise.h', |
| 76 'cross_correlation.cc', |
| 77 'cross_correlation.h', |
76 'decision_logic.cc', | 78 'decision_logic.cc', |
77 'decision_logic.h', | 79 'decision_logic.h', |
78 'decision_logic_fax.cc', | 80 'decision_logic_fax.cc', |
79 'decision_logic_fax.h', | 81 'decision_logic_fax.h', |
80 'decision_logic_normal.cc', | 82 'decision_logic_normal.cc', |
81 'decision_logic_normal.h', | 83 'decision_logic_normal.h', |
82 'decoder_database.cc', | 84 'decoder_database.cc', |
83 'decoder_database.h', | 85 'decoder_database.h', |
84 'defines.h', | 86 'defines.h', |
85 'delay_manager.cc', | 87 'delay_manager.cc', |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 'tools/rtp_file_source.cc', | 208 'tools/rtp_file_source.cc', |
207 'tools/rtp_file_source.h', | 209 'tools/rtp_file_source.h', |
208 'tools/rtp_generator.cc', | 210 'tools/rtp_generator.cc', |
209 'tools/rtp_generator.h', | 211 'tools/rtp_generator.h', |
210 ], | 212 ], |
211 }, # neteq_unittest_tools | 213 }, # neteq_unittest_tools |
212 ], # targets | 214 ], # targets |
213 }], # include_tests | 215 }], # include_tests |
214 ], # conditions | 216 ], # conditions |
215 } | 217 } |
OLD | NEW |