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

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

Issue 1441673002: Move BitrateAllocator from BitrateController logic to Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 5 years, 1 month 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'audio_processing/transient/wpd_tree_unittest.cc', 189 'audio_processing/transient/wpd_tree_unittest.cc',
190 'audio_processing/utility/delay_estimator_unittest.cc', 190 'audio_processing/utility/delay_estimator_unittest.cc',
191 'audio_processing/vad/gmm_unittest.cc', 191 'audio_processing/vad/gmm_unittest.cc',
192 'audio_processing/vad/pitch_based_vad_unittest.cc', 192 'audio_processing/vad/pitch_based_vad_unittest.cc',
193 'audio_processing/vad/pitch_internal_unittest.cc', 193 'audio_processing/vad/pitch_internal_unittest.cc',
194 'audio_processing/vad/pole_zero_filter_unittest.cc', 194 'audio_processing/vad/pole_zero_filter_unittest.cc',
195 'audio_processing/vad/standalone_vad_unittest.cc', 195 'audio_processing/vad/standalone_vad_unittest.cc',
196 'audio_processing/vad/vad_audio_proc_unittest.cc', 196 'audio_processing/vad/vad_audio_proc_unittest.cc',
197 'audio_processing/vad/vad_circular_buffer_unittest.cc', 197 'audio_processing/vad/vad_circular_buffer_unittest.cc',
198 'audio_processing/vad/voice_activity_detector_unittest.cc', 198 'audio_processing/vad/voice_activity_detector_unittest.cc',
199 'bitrate_controller/bitrate_allocator_unittest.cc',
200 'bitrate_controller/bitrate_controller_unittest.cc', 199 'bitrate_controller/bitrate_controller_unittest.cc',
201 'bitrate_controller/send_side_bandwidth_estimation_unittest.cc', 200 'bitrate_controller/send_side_bandwidth_estimation_unittest.cc',
202 'desktop_capture/desktop_and_cursor_composer_unittest.cc', 201 'desktop_capture/desktop_and_cursor_composer_unittest.cc',
203 'desktop_capture/desktop_region_unittest.cc', 202 'desktop_capture/desktop_region_unittest.cc',
204 'desktop_capture/differ_block_unittest.cc', 203 'desktop_capture/differ_block_unittest.cc',
205 'desktop_capture/differ_unittest.cc', 204 'desktop_capture/differ_unittest.cc',
206 'desktop_capture/mouse_cursor_monitor_unittest.cc', 205 'desktop_capture/mouse_cursor_monitor_unittest.cc',
207 'desktop_capture/screen_capturer_helper_unittest.cc', 206 'desktop_capture/screen_capturer_helper_unittest.cc',
208 'desktop_capture/screen_capturer_mac_unittest.cc', 207 'desktop_capture/screen_capturer_mac_unittest.cc',
209 'desktop_capture/screen_capturer_mock_objects.h', 208 'desktop_capture/screen_capturer_mock_objects.h',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'sources': [ 550 'sources': [
552 'video_render_tests.isolate', 551 'video_render_tests.isolate',
553 ], 552 ],
554 }, 553 },
555 ], 554 ],
556 }], 555 }],
557 ], 556 ],
558 }], # include_tests 557 }], # include_tests
559 ], # conditions 558 ], # conditions
560 } 559 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698