summaryrefslogtreecommitdiffstats
path: root/media/cast/cast_testing.gypi
diff options
context:
space:
mode:
authormiu@chromium.org <miu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-25 03:33:44 +0000
committermiu@chromium.org <miu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-25 03:33:44 +0000
commitafd51ef55d60f5c9ad3c29e94f9703053438302c (patch)
treedbe88e090f3ae89c80d87ccce4ce920584ea6a87 /media/cast/cast_testing.gypi
parentadcdcdd019fcf6aab6ba4731aad7afbe6a50892e (diff)
downloadchromium_src-afd51ef55d60f5c9ad3c29e94f9703053438302c.zip
chromium_src-afd51ef55d60f5c9ad3c29e94f9703053438302c.tar.gz
chromium_src-afd51ef55d60f5c9ad3c29e94f9703053438302c.tar.bz2
[Cast] Clean-up RtpCastHeader and RtpParser, removing the last WebRTC dependency.
Removed use of a WebRTC struct to hold the RTP-specific header values, and only include those struct members needed by Cast in RtpCastHeader. Also: 1. Cleaned up RtpParser, and fixed bugs relating to 8-->32 bit frame_id and reference_frame_id expansion. 2. Moved call to OnReceivedPayloadData() out of RtpParser::ParsePacket() and into RtpReceiver. 3. Massaged unit tests around RtpCastHeader changes. 4. Coding style violations fixed where code was touched. Testing: All cast_unittests pass. Also, manually casted from Chrome to cast_receiver_app to confirm everything works. BUG=347391 Review URL: https://codereview.chromium.org/250363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/cast/cast_testing.gypi')
-rw-r--r--media/cast/cast_testing.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/media/cast/cast_testing.gypi b/media/cast/cast_testing.gypi
index bcf6676..cd5e929 100644
--- a/media/cast/cast_testing.gypi
+++ b/media/cast/cast_testing.gypi
@@ -46,9 +46,6 @@
'type': '<(gtest_target_type)',
'include_dirs': [
'<(DEPTH)/',
-# TODO(miu): Remove WebRTC dependency (RtpHeader), and then these two deps:
- '<(DEPTH)/third_party/',
- '<(DEPTH)/third_party/webrtc/',
],
'dependencies': [
'cast_base',