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

Unified Diff: media/cast/cast.gyp

Issue 250363002: [Cast] Clean-up RtpCastHeader and RtpParser, removing the last WebRTC dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed hubbe's comment. Created 6 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 | « media/cast/audio_receiver/audio_receiver_unittest.cc ('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 b50c5ee476eaf09cb2d04e8a494bc8c16f721627..d24b14eba4631228a9f047cc5c14020d2c666842 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -79,9 +79,6 @@
'type': 'static_library',
'include_dirs': [
'<(DEPTH)/',
-# TODO(miu): Remove WebRTC dependency (RtpHeader), and then these two deps:
- '<(DEPTH)/third_party/',
- '<(DEPTH)/third_party/webrtc/',
],
'dependencies': [
'cast_base',
@@ -114,6 +111,8 @@
'rtp_receiver/receiver_stats.h',
'rtp_receiver/rtp_receiver.cc',
'rtp_receiver/rtp_receiver.h',
+ 'rtp_receiver/rtp_receiver_defines.cc',
+ 'rtp_receiver/rtp_receiver_defines.h',
'rtp_receiver/rtp_parser/rtp_parser.cc',
'rtp_receiver/rtp_parser/rtp_parser.h',
'video_receiver/video_decoder.h',
« no previous file with comments | « media/cast/audio_receiver/audio_receiver_unittest.cc ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698