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

Side by Side Diff: webrtc/pc/DEPS

Issue 2948763002: Allow an external audio processing module to be used in WebRTC (Closed)
Patch Set: tracking linux32_rel issue Created 3 years, 6 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/audio_processing",
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 27
27 # TODO(ossu): Remove these exceptions when audio_encoder_factory.h 28 # TODO(ossu): Remove these exceptions when audio_encoder_factory.h
28 # has moved to api/. 29 # has moved to api/.
29 "peerconnectionfactory\.cc": [ 30 "peerconnectionfactory\.cc": [
30 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", 31 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
31 ], 32 ],
32 "peerconnectioninterface_unittest\.cc": [ 33 "peerconnectioninterface_unittest\.cc": [
33 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", 34 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
34 ], 35 ],
35 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698