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

Unified Diff: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi

Issue 1739273002: [Draft] RtpPacket sketched. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase to use landed version of rtp::Packet Created 4 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
« no previous file with comments | « webrtc/modules/rtp_rtcp/include/rtp_rtcp.h ('k') | webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
diff --git a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
index 3f1e935b2a6fb56327f9823f1b346e5cb05d1976..9387ae3aa9952e188c4b79c406b619343461926c 100644
--- a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
+++ b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
@@ -101,6 +101,7 @@
'source/rtp_header_extension.h',
'source/rtp_header_extensions.cc',
'source/rtp_header_extensions.h',
+ 'source/rtp_header_extensions_manager.cc',
'source/rtp_header_parser.cc',
'source/rtp_packet.cc',
'source/rtp_packet.h',
@@ -141,6 +142,7 @@
'source/h264_sps_parser.h',
'source/producer_fec.cc',
'source/producer_fec.h',
+ 'source/rtp_header_extensions.cc',
'source/rtp_packet_history.cc',
'source/rtp_packet_history.h',
'source/rtp_payload_registry.cc',
« no previous file with comments | « webrtc/modules/rtp_rtcp/include/rtp_rtcp.h ('k') | webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698