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

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: Addressed comments 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') | media/cast/framer/frame_id_map.cc » ('J')
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 dec8f53a37ef3f98b85c5d9eeae83a67c8a37fd0..991fdea3b21781b314110ef5eee95f3f47448639 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -52,9 +52,13 @@
],
'include_dirs': [
'<(DEPTH)/',
+ '<(DEPTH)/third_party/',
],
'sources': [
'congestion_control/congestion_control_unittest.cc',
+ 'framer/cast_message_builder_unittest.cc',
+ 'framer/frame_buffer_unittest.cc',
+ 'framer/framer_unittest.cc',
'pacing/paced_sender_unittest.cc',
'rtcp/rtcp_receiver_unittest.cc',
'rtcp/rtcp_sender_unittest.cc',
« no previous file with comments | « no previous file | media/cast/cast_receiver.gyp » ('j') | media/cast/framer/frame_id_map.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698