| 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',
|
|
|