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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'tools/rtp_file_source.cc', | 204 'tools/rtp_file_source.cc', |
203 'tools/rtp_file_source.h', | 205 'tools/rtp_file_source.h', |
204 'tools/rtp_generator.cc', | 206 'tools/rtp_generator.cc', |
205 'tools/rtp_generator.h', | 207 'tools/rtp_generator.h', |
206 ], | 208 ], |
207 }, # neteq_unittest_tools | 209 }, # neteq_unittest_tools |
208 ], # targets | 210 ], # targets |
209 }], # include_tests | 211 }], # include_tests |
210 ], # conditions | 212 ], # conditions |
211 } | 213 } |
OLD | NEW |