Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1193)

Side by Side Diff: webrtc/modules/modules.gyp

Issue 2334613002: Adding BitrateController to audio network adaptor. (Closed)
Patch Set: separate ANA test files to a source_set to avoid name conflict Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 'includes': [ 10 'includes': [
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 '<(webrtc_root)/test/test.gyp:test_common', 166 '<(webrtc_root)/test/test.gyp:test_common',
167 ], 167 ],
168 'sources': [ 168 'sources': [
169 'audio_coding/acm2/acm_receiver_unittest_oldapi.cc', 169 'audio_coding/acm2/acm_receiver_unittest_oldapi.cc',
170 'audio_coding/acm2/audio_coding_module_unittest_oldapi.cc', 170 'audio_coding/acm2/audio_coding_module_unittest_oldapi.cc',
171 'audio_coding/acm2/call_statistics_unittest.cc', 171 'audio_coding/acm2/call_statistics_unittest.cc',
172 'audio_coding/acm2/codec_manager_unittest.cc', 172 'audio_coding/acm2/codec_manager_unittest.cc',
173 'audio_coding/acm2/initial_delay_manager_unittest.cc', 173 'audio_coding/acm2/initial_delay_manager_unittest.cc',
174 'audio_coding/acm2/rent_a_codec_unittest.cc', 174 'audio_coding/acm2/rent_a_codec_unittest.cc',
175 'audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unitt est.cc', 175 'audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unitt est.cc',
176 'audio_coding/audio_network_adaptor/bitrate_controller_unittest.cc',
176 'audio_coding/audio_network_adaptor/controller_manager_unittest.cc', 177 'audio_coding/audio_network_adaptor/controller_manager_unittest.cc',
177 'audio_coding/audio_network_adaptor/mock/mock_controller.h', 178 'audio_coding/audio_network_adaptor/mock/mock_controller.h',
178 'audio_coding/audio_network_adaptor/mock/mock_controller_manager.h', 179 'audio_coding/audio_network_adaptor/mock/mock_controller_manager.h',
179 'audio_coding/codecs/audio_decoder_factory_unittest.cc', 180 'audio_coding/codecs/audio_decoder_factory_unittest.cc',
180 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc', 181 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc',
181 'audio_coding/codecs/cng/cng_unittest.cc', 182 'audio_coding/codecs/cng/cng_unittest.cc',
182 'audio_coding/codecs/ilbc/ilbc_unittest.cc', 183 'audio_coding/codecs/ilbc/ilbc_unittest.cc',
183 'audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc', 184 'audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc',
184 'audio_coding/codecs/isac/fix/source/filters_unittest.cc', 185 'audio_coding/codecs/isac/fix/source/filters_unittest.cc',
185 'audio_coding/codecs/isac/fix/source/lpc_masking_model_unittest.cc', 186 'audio_coding/codecs/isac/fix/source/lpc_masking_model_unittest.cc',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 'sources': [ 803 'sources': [
803 'modules_unittests.isolate', 804 'modules_unittests.isolate',
804 ], 805 ],
805 }, 806 },
806 ], 807 ],
807 }], 808 }],
808 ], 809 ],
809 }], # include_tests 810 }], # include_tests
810 ], # conditions 811 ], # conditions
811 } 812 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698