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

Unified Diff: media/cast/framer/framer.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
Index: media/cast/framer/framer.gyp
diff --git a/media/cast/pacing/paced_sender.gyp b/media/cast/framer/framer.gyp
similarity index 50%
copy from media/cast/pacing/paced_sender.gyp
copy to media/cast/framer/framer.gyp
index 53a1cdb1ef84f0e0de4d8a08af57437a5a9fe619..7b124f0c5de8d6038496c13d0b088c0e11cbe93c 100644
--- a/media/cast/pacing/paced_sender.gyp
+++ b/media/cast/framer/framer.gyp
@@ -5,18 +5,22 @@
{
'targets': [
{
- 'target_name': 'paced_sender',
+ 'target_name': 'cast_framer',
'type': 'static_library',
'include_dirs': [
'<(DEPTH)/',
+ '<(DEPTH)/third_party/',
+ '<(DEPTH)/third_party/webrtc',
],
'sources': [
- 'paced_sender.h',
- 'paced_sender.cc',
- ],
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/base/base.gyp:test_support_base',
+ 'cast_message_builder.cc',
+ 'cast_message_builder.h',
+ 'frame_buffer.cc',
+ 'frame_buffer.h',
+ 'frame_id_map.cc',
+ 'frame_id_map.h',
+ 'framer.cc',
+ 'framer.h',
],
},
], # targets

Powered by Google App Engine
This is Rietveld 408576698