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

Unified Diff: media/cast/cast.gyp

Issue 23467003: Added framer to cast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rtcp
Patch Set: Merge Created 7 years, 4 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 | « no previous file | media/cast/cast_receiver.gyp » ('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 b8e3961c3a27240efe9a2ad9a5751afa4269ac82..776bb46889f7d9d9b416d3e47724ef94c1b7fa82 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -44,11 +44,11 @@
'dependencies': [
'cast_sender',
'cast_receiver',
- '../../base/base.gyp:run_all_unittests',
- '<(DEPTH)/net/net.gyp:*',
+ 'rtcp/rtcp.gyp:cast_rtcp_test',
+ '<(DEPTH)/base/base.gyp:run_all_unittests',
+ '<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/testing/gmock.gyp:gmock',
'<(DEPTH)/testing/gtest.gyp:gtest',
- 'rtcp/rtcp.gyp:cast_rtcp_test',
],
'include_dirs': [
'<(DEPTH)/',
@@ -57,6 +57,9 @@
],
'sources': [
'congestion_control/congestion_control_unittest.cc',
+ 'framer/cast_message_builder_unittest.cc',
+ 'framer/frame_buffer_unittest.cc',
+ 'framer/framer_unittest.cc',
'rtp_sender/packet_storage/packet_storage_unittest.cc',
'rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc',
'rtp_sender/rtp_packetizer/test/rtp_header_parser.cc',
« no previous file with comments | « no previous file | media/cast/cast_receiver.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698