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

Side by Side Diff: webrtc/call/DEPS

Issue 3006583002: Removing references to webrtc/base in DEPS files. (Closed)
Patch Set: Resolving merge conflict Created 3 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
« no previous file with comments | « webrtc/audio/DEPS ('k') | webrtc/common_audio/DEPS » ('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/audio", 2 "+webrtc/audio",
3 "+webrtc/base",
4 "+webrtc/logging/rtc_event_log", 3 "+webrtc/logging/rtc_event_log",
5 "+webrtc/modules/audio_coding", 4 "+webrtc/modules/audio_coding",
6 "+webrtc/modules/audio_device", 5 "+webrtc/modules/audio_device",
7 "+webrtc/modules/audio_mixer", 6 "+webrtc/modules/audio_mixer",
8 "+webrtc/modules/audio_processing", 7 "+webrtc/modules/audio_processing",
9 "+webrtc/modules/bitrate_controller", 8 "+webrtc/modules/bitrate_controller",
10 "+webrtc/modules/congestion_controller", 9 "+webrtc/modules/congestion_controller",
11 "+webrtc/modules/pacing", 10 "+webrtc/modules/pacing",
12 "+webrtc/modules/rtp_rtcp", 11 "+webrtc/modules/rtp_rtcp",
13 "+webrtc/modules/utility", 12 "+webrtc/modules/utility",
14 "+webrtc/system_wrappers", 13 "+webrtc/system_wrappers",
15 "+webrtc/voice_engine", 14 "+webrtc/voice_engine",
16 "+webrtc/video", 15 "+webrtc/video",
17 ] 16 ]
18 17
19 specific_include_rules = { 18 specific_include_rules = {
20 "video_receive_stream\.h": [ 19 "video_receive_stream\.h": [
21 "+webrtc/common_video/include", 20 "+webrtc/common_video/include",
22 "+webrtc/media/base", 21 "+webrtc/media/base",
23 ], 22 ],
24 "video_send_stream\.h": [ 23 "video_send_stream\.h": [
25 "+webrtc/common_video/include", 24 "+webrtc/common_video/include",
26 "+webrtc/media/base", 25 "+webrtc/media/base",
27 ], 26 ],
28 } 27 }
OLDNEW
« no previous file with comments | « webrtc/audio/DEPS ('k') | webrtc/common_audio/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698