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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'acm_resampler.h', | 65 'acm_resampler.h', |
66 'audio_coding_module.cc', | 66 'audio_coding_module.cc', |
67 'audio_coding_module_impl.cc', | 67 'audio_coding_module_impl.cc', |
68 'audio_coding_module_impl.h', | 68 'audio_coding_module_impl.h', |
69 'call_statistics.cc', | 69 'call_statistics.cc', |
70 'call_statistics.h', | 70 'call_statistics.h', |
71 'codec_manager.cc', | 71 'codec_manager.cc', |
72 'codec_manager.h', | 72 'codec_manager.h', |
73 'codec_owner.cc', | 73 'codec_owner.cc', |
74 'codec_owner.h', | 74 'codec_owner.h', |
| 75 'delayed_logger.cc', |
| 76 'delayed_logger.h', |
75 'initial_delay_manager.cc', | 77 'initial_delay_manager.cc', |
76 'initial_delay_manager.h', | 78 'initial_delay_manager.h', |
77 'nack.cc', | 79 'nack.cc', |
78 'nack.h', | 80 'nack.h', |
79 ], | 81 ], |
80 }, | 82 }, |
81 { | 83 { |
82 'target_name': 'acm_dump_proto', | 84 'target_name': 'acm_dump_proto', |
83 'type': 'static_library', | 85 'type': 'static_library', |
84 'sources': ['dump.proto',], | 86 'sources': ['dump.proto',], |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 'sources': [ | 184 'sources': [ |
183 '../test/insert_packet_with_timing.cc', | 185 '../test/insert_packet_with_timing.cc', |
184 '../test/Channel.cc', | 186 '../test/Channel.cc', |
185 '../test/PCMFile.cc', | 187 '../test/PCMFile.cc', |
186 ], | 188 ], |
187 }, # delay_test | 189 }, # delay_test |
188 ], | 190 ], |
189 }], | 191 }], |
190 ], | 192 ], |
191 } | 193 } |
OLD | NEW |