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

Unified Diff: voice_engine/BUILD.gn

Issue 3016543002: Remove VoENetwork (Closed)
Patch Set: rebase Created 3 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
Index: voice_engine/BUILD.gn
diff --git a/voice_engine/BUILD.gn b/voice_engine/BUILD.gn
index 600645e93f2650a63cb5e5625b97b21658108dc8..b9af474cab5f32ed9493a902f73eccf2c2e067a9 100644
--- a/voice_engine/BUILD.gn
+++ b/voice_engine/BUILD.gn
@@ -18,7 +18,6 @@ rtc_static_library("voice_engine") {
"channel_proxy.h",
"include/voe_base.h",
"include/voe_errors.h",
- "include/voe_network.h",
"monitor_module.h",
"output_mixer.cc",
"output_mixer.h",
@@ -34,8 +33,6 @@ rtc_static_library("voice_engine") {
"utility.h",
"voe_base_impl.cc",
"voe_base_impl.h",
- "voe_network_impl.cc",
- "voe_network_impl.h",
"voice_engine_defines.h",
"voice_engine_impl.cc",
"voice_engine_impl.h",
@@ -139,9 +136,6 @@ if (rtc_include_tests) {
"transport_feedback_packet_loss_tracker_unittest.cc",
"utility_unittest.cc",
"voe_base_unittest.cc",
- "voe_network_unittest.cc",
- "voice_engine_fixture.cc",
- "voice_engine_fixture.h",
]
data = [
« no previous file with comments | « test/mock_voice_engine.h ('k') | voice_engine/channel.h » ('j') | voice_engine/channel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698