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

Unified Diff: webrtc/tools/tools.gyp

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/tools/force_mic_volume_max/force_mic_volume_max.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/tools.gyp
diff --git a/webrtc/tools/tools.gyp b/webrtc/tools/tools.gyp
index 1477a83f368b10e770f5e4bcd2c5df86c45e4f39..661db723ec54e43e76105af07074d6d15ff1119c 100644
--- a/webrtc/tools/tools.gyp
+++ b/webrtc/tools/tools.gyp
@@ -90,7 +90,7 @@
'target_name': 'force_mic_volume_max',
'type': 'executable',
'dependencies': [
- '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
+ '<(webrtc_root)/modules/modules.gyp:audio_device',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default',
],
'sources': [
« no previous file with comments | « webrtc/tools/force_mic_volume_max/force_mic_volume_max.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698