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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2727063004: Remove VoEVolumeControl interface. (Closed)
Patch Set: fix Created 3 years, 9 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
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index 75f9a082c7b70255e578318812e8f3a4ab43d33b..2d40b2c72d4e23ab31251b5b84700441addb4280 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -83,7 +83,6 @@ rtc_static_library("voice_engine") {
"include/voe_neteq_stats.h",
"include/voe_network.h",
"include/voe_rtp_rtcp.h",
- "include/voe_volume_control.h",
"monitor_module.h",
"output_mixer.cc",
"output_mixer.h",
@@ -113,8 +112,6 @@ rtc_static_library("voice_engine") {
"voe_network_impl.h",
"voe_rtp_rtcp_impl.cc",
"voe_rtp_rtcp_impl.h",
- "voe_volume_control_impl.cc",
- "voe_volume_control_impl.h",
"voice_engine_defines.h",
"voice_engine_impl.cc",
"voice_engine_impl.h",
@@ -293,7 +290,6 @@ if (rtc_include_tests) {
"test/auto_test/standard/rtp_rtcp_extensions.cc",
"test/auto_test/standard/rtp_rtcp_test.cc",
"test/auto_test/standard/voe_base_misc_test.cc",
- "test/auto_test/standard/volume_test.cc",
"test/auto_test/voe_conference_test.cc",
"test/auto_test/voe_standard_test.cc",
"test/auto_test/voe_standard_test.h",

Powered by Google App Engine
This is Rietveld 408576698