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

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: 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 | « media/cast/framer/framer.cc ('k') | media/cast/framer/framer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/framer/framer.gyp
diff --git a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.gypi b/media/cast/framer/framer.gyp
similarity index 52%
copy from media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.gypi
copy to media/cast/framer/framer.gyp
index 09ceb3b63540a0c50779933f46dffab3b3173e83..7b124f0c5de8d6038496c13d0b088c0e11cbe93c 100644
--- a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.gypi
+++ b/media/cast/framer/framer.gyp
@@ -5,21 +5,23 @@
{
'targets': [
{
- 'target_name': 'cast_rtp_packetizer',
+ 'target_name': 'cast_framer',
'type': 'static_library',
'include_dirs': [
'<(DEPTH)/',
'<(DEPTH)/third_party/',
- '<(DEPTH)/third_party/webrtc/',
+ '<(DEPTH)/third_party/webrtc',
],
'sources': [
- 'rtp_packetizer.cc',
- 'rtp_packetizer.h',
- ], # source
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/net/net.gyp:*',
+ '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
}
« no previous file with comments | « media/cast/framer/framer.cc ('k') | media/cast/framer/framer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698