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

Side by Side Diff: webrtc/audio/DEPS

Issue 2377023002: Now pass ADM as a constructor argument to audio_state. (Closed)
Patch Set: changing back wvoe unit test Created 4 years, 2 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
« no previous file with comments | « webrtc/audio/BUILD.gn ('k') | webrtc/audio/webrtc_audio.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/call", 5 "+webrtc/call",
6 "+webrtc/modules/audio_device",
6 "+webrtc/modules/bitrate_controller", 7 "+webrtc/modules/bitrate_controller",
7 "+webrtc/modules/congestion_controller", 8 "+webrtc/modules/congestion_controller",
8 "+webrtc/modules/pacing", 9 "+webrtc/modules/pacing",
9 "+webrtc/modules/remote_bitrate_estimator", 10 "+webrtc/modules/remote_bitrate_estimator",
10 "+webrtc/modules/rtp_rtcp", 11 "+webrtc/modules/rtp_rtcp",
11 "+webrtc/system_wrappers", 12 "+webrtc/system_wrappers",
12 "+webrtc/voice_engine", 13 "+webrtc/voice_engine",
13 ] 14 ]
14 15
15 specific_include_rules = { 16 specific_include_rules = {
16 "audio_receive_stream_unittest\.cc": [ 17 "audio_receive_stream_unittest\.cc": [
17 "+webrtc/call/mock", 18 "+webrtc/call/mock",
18 ], 19 ],
19 "audio_send_stream_unittest\.cc": [ 20 "audio_send_stream_unittest\.cc": [
20 "+webrtc/call/mock", 21 "+webrtc/call/mock",
21 ], 22 ],
22 } 23 }
OLDNEW
« no previous file with comments | « webrtc/audio/BUILD.gn ('k') | webrtc/audio/webrtc_audio.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698