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

Side by Side Diff: webrtc/pc/DEPS

Issue 2705093002: Injectable audio encoders: WebRtcVoiceEngine and company (Closed)
Patch Set: 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_device", 10 "+webrtc/modules/audio_device",
11 "+webrtc/modules/rtp_rtcp", 11 "+webrtc/modules/rtp_rtcp",
12 "+webrtc/modules/video_coding", 12 "+webrtc/modules/video_coding",
13 "+webrtc/modules/video_render", 13 "+webrtc/modules/video_render",
14 "+webrtc/p2p", 14 "+webrtc/p2p",
15 "+webrtc/system_wrappers", 15 "+webrtc/system_wrappers",
16 ] 16 ]
17 17
18 specific_include_rules = { 18 specific_include_rules = {
19 "androidtestinitializer\.cc": [ 19 "androidtestinitializer\.cc": [
20 "+base/android", # Allowed only for Android tests. 20 "+base/android", # Allowed only for Android tests.
21 "+webrtc/voice_engine", 21 "+webrtc/voice_engine",
22 ], 22 ],
23 "srtpfilter_unittest\.cc": [ 23 "srtpfilter_unittest\.cc": [
24 "+crypto", 24 "+crypto",
25 ], 25 ],
26 26
27 # TODO(kwiberg): Remove these exceptions when audio_decoder_factory.h 27 # TODO(ossu): Remove these exceptions when audio_encoder_factory.h
28 # has moved to api/. 28 # has moved to api/.
29 "peerconnectionfactory\.cc": [ 29 "peerconnectionfactory\.cc": [
30 "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h", 30 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
31 ], 31 ],
32 "peerconnectioninterface_unittest\.cc": [ 32 "peerconnectioninterface_unittest\.cc": [
33 "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h", 33 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
34 ], 34 ],
35 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698