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

Side by Side Diff: webrtc/audio/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 "+webrtc/base", 2 "+webrtc/base",
3 "+webrtc/call", 3 "+webrtc/call",
4 "+webrtc/common_audio/resampler", 4 "+webrtc/common_audio/resampler",
5 "+webrtc/logging/rtc_event_log", 5 "+webrtc/logging/rtc_event_log",
6 "+webrtc/modules/audio_coding/codecs/mock", 6 "+webrtc/modules/audio_coding/codecs/mock",
7 "+webrtc/modules/audio_device", 7 "+webrtc/modules/audio_device",
8 "+webrtc/modules/audio_mixer", 8 "+webrtc/modules/audio_mixer",
9 "+webrtc/modules/audio_processing/include", 9 "+webrtc/modules/audio_processing/include",
10 "+webrtc/modules/bitrate_controller", 10 "+webrtc/modules/bitrate_controller",
11 "+webrtc/modules/congestion_controller", 11 "+webrtc/modules/congestion_controller",
12 "+webrtc/modules/pacing", 12 "+webrtc/modules/pacing",
13 "+webrtc/modules/remote_bitrate_estimator", 13 "+webrtc/modules/remote_bitrate_estimator",
14 "+webrtc/modules/rtp_rtcp", 14 "+webrtc/modules/rtp_rtcp",
15 "+webrtc/system_wrappers", 15 "+webrtc/system_wrappers",
16 "+webrtc/voice_engine", 16 "+webrtc/voice_engine",
17 ] 17 ]
18
19 specific_include_rules = {
20 # TODO(ossu): Remove this exception when builtin_audio_encoder_factory.h
21 # has moved to api/, or when the proper mocks have been made.
22 "audio_send_stream_unittest.cc": [
23 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
24 ],
25 }
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698