Chromium Code Reviews

Side by Side Diff: webrtc/audio/DEPS

Issue 1991233004: Moved creation of AudioDecoderFactory to inside PeerConnectionFactory. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@audio-decoder-factory-injections-3
Patch Set: Rebased onto master Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+webrtc/base", 2 "+webrtc/base",
3 "+webrtc/voice_engine", 3 "+webrtc/voice_engine",
4 "+webrtc/modules/audio_coding/codecs/mock",
4 "+webrtc/modules/bitrate_controller", 5 "+webrtc/modules/bitrate_controller",
5 "+webrtc/modules/congestion_controller", 6 "+webrtc/modules/congestion_controller",
6 "+webrtc/modules/pacing", 7 "+webrtc/modules/pacing",
7 "+webrtc/modules/remote_bitrate_estimator", 8 "+webrtc/modules/remote_bitrate_estimator",
8 "+webrtc/modules/rtp_rtcp", 9 "+webrtc/modules/rtp_rtcp",
9 "+webrtc/system_wrappers", 10 "+webrtc/system_wrappers",
10 ] 11 ]
OLDNEW

Powered by Google App Engine