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

Side by Side Diff: webrtc/audio/DEPS

Issue 2454373002: Added an empty AudioTransportProxy to AudioState. (Closed)
Patch Set: No heap transport, WillOnce, comparison with constants. Created 4 years, 1 month 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/voice_engine", 3 "+webrtc/voice_engine",
4 "+webrtc/modules/audio_coding/codecs/mock", 4 "+webrtc/modules/audio_coding/codecs/mock",
5 "+webrtc/modules/audio_device",
the sun 2016/11/09 09:41:52 Could you clean up the order and redundancy issues
aleloi 2016/11/09 16:37:00 Done.
6 "+webrtc/modules/audio_processing",
5 "+webrtc/call", 7 "+webrtc/call",
6 "+webrtc/logging/rtc_event_log", 8 "+webrtc/logging/rtc_event_log",
7 "+webrtc/modules/bitrate_controller", 9 "+webrtc/modules/bitrate_controller",
8 "+webrtc/modules/congestion_controller", 10 "+webrtc/modules/congestion_controller",
9 "+webrtc/modules/pacing", 11 "+webrtc/modules/pacing",
10 "+webrtc/modules/remote_bitrate_estimator", 12 "+webrtc/modules/remote_bitrate_estimator",
11 "+webrtc/modules/rtp_rtcp", 13 "+webrtc/modules/rtp_rtcp",
12 "+webrtc/system_wrappers", 14 "+webrtc/system_wrappers",
13 "+webrtc/voice_engine", 15 "+webrtc/voice_engine",
14 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698