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

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: More parenthesis for the buildbots! 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
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | webrtc/modules/video_coding/frame_object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 37a0d2cb8f5a99d194eaa5aa97e5266377ec05aa..bc6f595b51d16c5570fac2690016095bcd4da0b7 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -25,6 +25,8 @@ source_set("video_coding") {
"fec_tables_xor.h",
"frame_buffer.cc",
"frame_buffer.h",
+ "frame_object.cc",
+ "frame_object.h",
"generic_decoder.cc",
"generic_decoder.h",
"generic_encoder.cc",
@@ -50,6 +52,8 @@ source_set("video_coding") {
"nack_module.h",
"packet.cc",
"packet.h",
+ "packet_buffer.cc",
+ "packet_buffer.h",
"percentile_filter.cc",
"percentile_filter.h",
"qm_select.cc",
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | webrtc/modules/video_coding/frame_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698