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

Side by Side Diff: webrtc/call/DEPS

Issue 3000253002: Move video send/receive stream headers to webrtc/call. (Closed)
Patch Set: Headers moved to 'webrtc/call' instead of 'webrtc/api'. Created 3 years, 4 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 include_rules = [ 1 include_rules = [
2 "+webrtc/audio", 2 "+webrtc/audio",
3 "+webrtc/base", 3 "+webrtc/base",
4 "+webrtc/logging/rtc_event_log", 4 "+webrtc/logging/rtc_event_log",
5 "+webrtc/modules/audio_coding", 5 "+webrtc/modules/audio_coding",
6 "+webrtc/modules/audio_device", 6 "+webrtc/modules/audio_device",
7 "+webrtc/modules/audio_mixer", 7 "+webrtc/modules/audio_mixer",
8 "+webrtc/modules/audio_processing", 8 "+webrtc/modules/audio_processing",
9 "+webrtc/modules/bitrate_controller", 9 "+webrtc/modules/bitrate_controller",
10 "+webrtc/modules/congestion_controller", 10 "+webrtc/modules/congestion_controller",
11 "+webrtc/modules/pacing", 11 "+webrtc/modules/pacing",
12 "+webrtc/modules/rtp_rtcp", 12 "+webrtc/modules/rtp_rtcp",
13 "+webrtc/modules/utility", 13 "+webrtc/modules/utility",
14 "+webrtc/system_wrappers", 14 "+webrtc/system_wrappers",
15 "+webrtc/voice_engine", 15 "+webrtc/voice_engine",
16 "+webrtc/video", 16 "+webrtc/video",
17 ] 17 ]
18
19 specific_include_rules = {
20 "video_receive_stream\.h": [
21 "+webrtc/common_video/include",
22 "+webrtc/media/base",
23 ],
24 "video_send_stream\.h": [
25 "+webrtc/common_video/include",
26 "+webrtc/media/base",
27 ],
28 }
OLDNEW
« webrtc/BUILD.gn ('K') | « webrtc/call/BUILD.gn ('k') | webrtc/call/call.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698