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

Unified Diff: webrtc/video/BUILD.gn

Issue 2789843002: Delete VieRemb class, move functionality to PacketRouter. (Closed)
Patch Set: Delete obsolete suppression for PacketRouterTest.SendTransportFeedback. Created 3 years, 8 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/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index c9d9a334e12a02c1c15a2837c7c2b0fac4eb96b9..524f84b3688a36e1326839052dc15ae0f7319fdc 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -46,8 +46,6 @@ rtc_static_library("video") {
"video_stream_decoder.h",
"vie_encoder.cc",
"vie_encoder.h",
- "vie_remb.cc",
- "vie_remb.h",
]
if (!build_with_chromium && is_clang) {
@@ -204,7 +202,6 @@ if (rtc_include_tests) {
"video_receive_stream_unittest.cc",
"video_send_stream_tests.cc",
"vie_encoder_unittest.cc",
- "vie_remb_unittest.cc",
]
deps = [
":video",
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc ('k') | webrtc/video/rtp_stream_receiver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698