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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 1772383002: Packet buffer for the new jitter buffer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Feedback fixes Created 4 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/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index d95d2bcf7bf6241f8b04a95634655b9d2c9d1827..aa6630f9f0c435543f5f57c12f3fe81bca13aad7 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -50,6 +50,8 @@ source_set("video_coding") {
"nack_module.h",
"packet.cc",
"packet.h",
+ "packet_buffer.cc",
+ "packet_buffer.h",
"qm_select.cc",
"qm_select.h",
"qm_select_data.h",

Powered by Google App Engine
This is Rietveld 408576698