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

Unified Diff: media/cast/cast.gyp

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 | « media/cast/BUILD.gn ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index b2acc85f7e03dc81ff2b9c07398dbf8e4451d32d..3e8310d6e84a866a5155f15e71bafc378b62d129 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -107,8 +107,6 @@
'net/rtp/framer.h',
'net/rtp/receiver_stats.cc',
'net/rtp/receiver_stats.h',
- 'net/rtp/rtp_receiver_defines.cc',
- 'net/rtp/rtp_receiver_defines.h',
'receiver/audio_decoder.cc',
'receiver/audio_decoder.h',
'receiver/cast_receiver_impl.cc',
@@ -248,6 +246,8 @@
'net/rtcp/rtcp_utility.h',
'net/rtp/packet_storage.cc',
'net/rtp/packet_storage.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',
« no previous file with comments | « media/cast/BUILD.gn ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698