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

Side by Side Diff: webrtc/video/webrtc_video.gypi

Issue 1419803002: Rename ChannelGroup to CongestionController and move to webrtc/call/. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 5 years, 2 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) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 'variables': { 9 'variables': {
10 'webrtc_video_dependencies': [ 10 'webrtc_video_dependencies': [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'video_engine/overuse_frame_detector.cc', 45 'video_engine/overuse_frame_detector.cc',
46 'video_engine/overuse_frame_detector.h', 46 'video_engine/overuse_frame_detector.h',
47 'video_engine/payload_router.cc', 47 'video_engine/payload_router.cc',
48 'video_engine/payload_router.h', 48 'video_engine/payload_router.h',
49 'video_engine/report_block_stats.cc', 49 'video_engine/report_block_stats.cc',
50 'video_engine/report_block_stats.h', 50 'video_engine/report_block_stats.h',
51 'video_engine/stream_synchronization.cc', 51 'video_engine/stream_synchronization.cc',
52 'video_engine/stream_synchronization.h', 52 'video_engine/stream_synchronization.h',
53 'video_engine/vie_channel.cc', 53 'video_engine/vie_channel.cc',
54 'video_engine/vie_channel.h', 54 'video_engine/vie_channel.h',
55 'video_engine/vie_channel_group.cc',
56 'video_engine/vie_channel_group.h',
57 'video_engine/vie_defines.h', 55 'video_engine/vie_defines.h',
58 'video_engine/vie_encoder.cc', 56 'video_engine/vie_encoder.cc',
59 'video_engine/vie_encoder.h', 57 'video_engine/vie_encoder.h',
60 'video_engine/vie_receiver.cc', 58 'video_engine/vie_receiver.cc',
61 'video_engine/vie_receiver.h', 59 'video_engine/vie_receiver.h',
62 'video_engine/vie_remb.cc', 60 'video_engine/vie_remb.cc',
63 'video_engine/vie_remb.h', 61 'video_engine/vie_remb.h',
64 'video_engine/vie_sync_module.cc', 62 'video_engine/vie_sync_module.cc',
65 'video_engine/vie_sync_module.h', 63 'video_engine/vie_sync_module.h',
66 ], 64 ],
67 }, 65 },
68 } 66 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698