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

Unified Diff: voice_engine/BUILD.gn

Issue 3006383002: Remove VoERTP_RTCP (Closed)
Patch Set: rebase+remove 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
« no previous file with comments | « test/mock_voice_engine.h ('k') | voice_engine/channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: voice_engine/BUILD.gn
diff --git a/voice_engine/BUILD.gn b/voice_engine/BUILD.gn
index 5f1ae034ca47fd583114a3bccb8f2c2e1d429cea..600645e93f2650a63cb5e5625b97b21658108dc8 100644
--- a/voice_engine/BUILD.gn
+++ b/voice_engine/BUILD.gn
@@ -19,7 +19,6 @@ rtc_static_library("voice_engine") {
"include/voe_base.h",
"include/voe_errors.h",
"include/voe_network.h",
- "include/voe_rtp_rtcp.h",
"monitor_module.h",
"output_mixer.cc",
"output_mixer.h",
@@ -37,8 +36,6 @@ rtc_static_library("voice_engine") {
"voe_base_impl.h",
"voe_network_impl.cc",
"voe_network_impl.h",
- "voe_rtp_rtcp_impl.cc",
- "voe_rtp_rtcp_impl.h",
"voice_engine_defines.h",
"voice_engine_impl.cc",
"voice_engine_impl.h",
« no previous file with comments | « test/mock_voice_engine.h ('k') | voice_engine/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698