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

Side by Side Diff: webrtc/pc/DEPS

Issue 2675173003: Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. (Closed)
Patch Set: Move ORTC files to different subdirectories Created 3 years, 10 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 "+third_party/libsrtp" 2 "+third_party/libsrtp"
3 "+webrtc/api", 3 "+webrtc/api",
4 "+webrtc/base", 4 "+webrtc/base",
5 "+webrtc/call", 5 "+webrtc/call",
6 "+webrtc/common_video/h264", 6 "+webrtc/common_video/h264",
7 "+webrtc/logging/rtc_event_log", 7 "+webrtc/logging/rtc_event_log",
8 "+webrtc/logging/rtc_event_log", 8 "+webrtc/logging/rtc_event_log",
9 "+webrtc/media", 9 "+webrtc/media",
10 "+webrtc/modules/audio_coding",
10 "+webrtc/modules/audio_device", 11 "+webrtc/modules/audio_device",
11 "+webrtc/modules/rtp_rtcp", 12 "+webrtc/modules/rtp_rtcp",
12 "+webrtc/modules/video_coding", 13 "+webrtc/modules/video_coding",
13 "+webrtc/modules/video_render", 14 "+webrtc/modules/video_render",
14 "+webrtc/p2p", 15 "+webrtc/p2p",
15 "+webrtc/system_wrappers", 16 "+webrtc/system_wrappers",
16 ] 17 ]
17 18
18 specific_include_rules = { 19 specific_include_rules = {
19 "androidtestinitializer\.cc": [ 20 "androidtestinitializer\.cc": [
20 "+base/android", # Allowed only for Android tests. 21 "+base/android", # Allowed only for Android tests.
21 "+webrtc/voice_engine", 22 "+webrtc/voice_engine",
22 ], 23 ],
23 "srtpfilter_unittest\.cc": [ 24 "srtpfilter_unittest\.cc": [
24 "+crypto", 25 "+crypto",
25 ], 26 ],
26 "peerconnectionfactory\.cc": [ 27 "peerconnectionfactory\.cc": [
27 "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h", 28 "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h",
28 ], 29 ],
29 } 30 }
OLDNEW
« no previous file with comments | « webrtc/pc/BUILD.gn ('k') | webrtc/pc/channel.h » ('j') | webrtc/pc/rtpreceiver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698