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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'acm2/audio_coding_module_impl.cc', | 78 'acm2/audio_coding_module_impl.cc', |
79 'acm2/audio_coding_module_impl.h', | 79 'acm2/audio_coding_module_impl.h', |
80 'acm2/call_statistics.cc', | 80 'acm2/call_statistics.cc', |
81 'acm2/call_statistics.h', | 81 'acm2/call_statistics.h', |
82 'acm2/codec_manager.cc', | 82 'acm2/codec_manager.cc', |
83 'acm2/codec_manager.h', | 83 'acm2/codec_manager.h', |
84 'acm2/codec_owner.cc', | 84 'acm2/codec_owner.cc', |
85 'acm2/codec_owner.h', | 85 'acm2/codec_owner.h', |
86 'acm2/initial_delay_manager.cc', | 86 'acm2/initial_delay_manager.cc', |
87 'acm2/initial_delay_manager.h', | 87 'acm2/initial_delay_manager.h', |
88 'acm2/nack.cc', | |
89 'acm2/nack.h', | |
90 'interface/audio_coding_module.h', | 88 'interface/audio_coding_module.h', |
91 'interface/audio_coding_module_typedefs.h', | 89 'interface/audio_coding_module_typedefs.h', |
92 ], | 90 ], |
93 }, | 91 }, |
94 ], | 92 ], |
95 'conditions': [ | 93 'conditions': [ |
96 ['include_tests==1', { | 94 ['include_tests==1', { |
97 'targets': [ | 95 'targets': [ |
98 { | 96 { |
99 'target_name': 'acm_receive_test', | 97 'target_name': 'acm_receive_test', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'sources': [ | 161 'sources': [ |
164 'test/insert_packet_with_timing.cc', | 162 'test/insert_packet_with_timing.cc', |
165 'test/Channel.cc', | 163 'test/Channel.cc', |
166 'test/PCMFile.cc', | 164 'test/PCMFile.cc', |
167 ], | 165 ], |
168 }, # delay_test | 166 }, # delay_test |
169 ], | 167 ], |
170 }], | 168 }], |
171 ], | 169 ], |
172 } | 170 } |
OLD | NEW |