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

Unified Diff: webrtc/modules/modules.gyp

Issue 2199133004: PacketBuffer is now ref counted. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: PacketBufferFake -> FakePacketBuffer + removed old comments. Created 4 years, 4 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/modules.gyp
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index f3b986f12bd9248d92e7abd210b91c94a943281e..95ef9bc8a5d2d5c8dd00fd1e8528db75ff90b394 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -377,6 +377,7 @@
'video_coding/jitter_estimator_tests.cc',
'video_coding/nack_module_unittest.cc',
'video_coding/video_packet_buffer_unittest.cc',
+ 'video_coding/rtp_frame_reference_finder_unittest.cc',
'video_coding/percentile_filter_unittest.cc',
'video_coding/protection_bitrate_calculator_unittest.cc',
'video_coding/receiver_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698