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

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: Created 5 years, 3 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: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index 71ba2f0446782d49cdaa532a1f397b055d9b907a..268f621af6c3f95b990c2d6a61dbbe92fe390119 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -107,8 +107,8 @@
'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',
+ 'net/rtp/rtp_defines.h',
miu 2015/10/01 00:36:22 Should rtp_defines.* be in the cast_net target ins
Irfan 2015/10/01 19:26:52 Done.
+ 'net/rtp/rtp_defines.cc',
'receiver/audio_decoder.cc',
'receiver/audio_decoder.h',
'receiver/cast_receiver_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698