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

Side by Side Diff: webrtc/tools/DEPS

Issue 2268183007: Don't use VoE legacy APIs in force_mic_volume_max tool. (Closed)
Patch Set: Exclude force_mic_volume_max target when rtc_include_internal_audio_device not set. Created 4 years, 3 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/tools/BUILD.gn ('k') | webrtc/tools/force_mic_volume_max/force_mic_volume_max.cc » ('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/call", 3 "+webrtc/call",
4 "+webrtc/common_video", 4 "+webrtc/common_video",
5 "+webrtc/modules/audio_device",
5 "+webrtc/modules/audio_processing", 6 "+webrtc/modules/audio_processing",
6 "+webrtc/modules/congestion_controller", 7 "+webrtc/modules/congestion_controller",
7 "+webrtc/modules/rtp_rtcp", 8 "+webrtc/modules/rtp_rtcp",
8 "+webrtc/system_wrappers", 9 "+webrtc/system_wrappers",
9 "+webrtc/voice_engine", 10 "+webrtc/voice_engine",
10 ] 11 ]
11 12
OLDNEW
« no previous file with comments | « webrtc/tools/BUILD.gn ('k') | webrtc/tools/force_mic_volume_max/force_mic_volume_max.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698