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

Unified Diff: media/cast/BUILD.gn

Issue 1377273003: cast: cleanup rtp header and parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 2 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 | « no previous file | media/cast/cast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index 188cfca8b6dc175dd02f77ac3f9225b52c5a9005..6b87e13952f388dd003408ba7c663dcbe4442e00 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -87,12 +87,12 @@ source_set("net") {
"net/rtp/packet_storage.h",
"net/rtp/receiver_stats.cc",
"net/rtp/receiver_stats.h",
+ "net/rtp/rtp_defines.cc",
+ "net/rtp/rtp_defines.h",
"net/rtp/rtp_packetizer.cc",
"net/rtp/rtp_packetizer.h",
"net/rtp/rtp_parser.cc",
"net/rtp/rtp_parser.h",
- "net/rtp/rtp_receiver_defines.cc",
- "net/rtp/rtp_receiver_defines.h",
"net/rtp/rtp_sender.cc",
"net/rtp/rtp_sender.h",
"net/udp_transport.cc",
@@ -310,12 +310,9 @@ test("cast_unittests") {
"net/rtp/mock_rtp_payload_feedback.h",
"net/rtp/packet_storage_unittest.cc",
"net/rtp/receiver_stats_unittest.cc",
- "net/rtp/rtp_header_parser.cc",
- "net/rtp/rtp_header_parser.h",
"net/rtp/rtp_packet_builder.cc",
"net/rtp/rtp_packetizer_unittest.cc",
"net/rtp/rtp_parser_unittest.cc",
- "net/rtp/rtp_receiver_defines.h",
"net/udp_transport_unittest.cc",
"receiver/audio_decoder_unittest.cc",
"receiver/frame_receiver_unittest.cc",
« no previous file with comments | « no previous file | media/cast/cast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698