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

Side by Side Diff: webrtc/video/DEPS

Issue 1929223003: Reland of Delete video_render module. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « webrtc/video/BUILD.gn ('k') | webrtc/video/video_capture_input.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+webrtc/base", 2 "+webrtc/base",
3 "+webrtc/call", 3 "+webrtc/call",
4 "+webrtc/common_video", 4 "+webrtc/common_video",
5 "+webrtc/media/base", 5 "+webrtc/media/base",
6 "+webrtc/modules/bitrate_controller", 6 "+webrtc/modules/bitrate_controller",
7 "+webrtc/modules/congestion_controller", 7 "+webrtc/modules/congestion_controller",
8 "+webrtc/modules/pacing", 8 "+webrtc/modules/pacing",
9 "+webrtc/modules/remote_bitrate_estimator", 9 "+webrtc/modules/remote_bitrate_estimator",
10 "+webrtc/modules/rtp_rtcp", 10 "+webrtc/modules/rtp_rtcp",
11 "+webrtc/modules/utility", 11 "+webrtc/modules/utility",
12 "+webrtc/modules/video_coding", 12 "+webrtc/modules/video_coding",
13 "+webrtc/modules/video_capture", 13 "+webrtc/modules/video_capture",
14 "+webrtc/modules/video_processing", 14 "+webrtc/modules/video_processing",
15 "+webrtc/modules/video_render",
16 "+webrtc/system_wrappers", 15 "+webrtc/system_wrappers",
17 "+webrtc/voice_engine", 16 "+webrtc/voice_engine",
18 ] 17 ]
OLDNEW
« no previous file with comments | « webrtc/video/BUILD.gn ('k') | webrtc/video/video_capture_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698