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

Side by Side Diff: media/cast/cast.gyp

Issue 1377273003: cast: cleanup rtp header and parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « media/cast/BUILD.gn ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'include_tests%': 1, 7 'include_tests%': 1,
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'conditions': [ 10 'conditions': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'sources': [ 100 'sources': [
101 'cast_receiver.h', 101 'cast_receiver.h',
102 'net/rtp/cast_message_builder.cc', 102 'net/rtp/cast_message_builder.cc',
103 'net/rtp/cast_message_builder.h', 103 'net/rtp/cast_message_builder.h',
104 'net/rtp/frame_buffer.cc', 104 'net/rtp/frame_buffer.cc',
105 'net/rtp/frame_buffer.h', 105 'net/rtp/frame_buffer.h',
106 'net/rtp/framer.cc', 106 'net/rtp/framer.cc',
107 'net/rtp/framer.h', 107 'net/rtp/framer.h',
108 'net/rtp/receiver_stats.cc', 108 'net/rtp/receiver_stats.cc',
109 'net/rtp/receiver_stats.h', 109 'net/rtp/receiver_stats.h',
110 'net/rtp/rtp_receiver_defines.cc',
111 'net/rtp/rtp_receiver_defines.h',
112 'receiver/audio_decoder.cc', 110 'receiver/audio_decoder.cc',
113 'receiver/audio_decoder.h', 111 'receiver/audio_decoder.h',
114 'receiver/cast_receiver_impl.cc', 112 'receiver/cast_receiver_impl.cc',
115 'receiver/cast_receiver_impl.h', 113 'receiver/cast_receiver_impl.h',
116 'receiver/frame_receiver.cc', 114 'receiver/frame_receiver.cc',
117 'receiver/frame_receiver.h', 115 'receiver/frame_receiver.h',
118 'receiver/video_decoder.cc', 116 'receiver/video_decoder.cc',
119 'receiver/video_decoder.h', 117 'receiver/video_decoder.h',
120 ], # source 118 ], # source
121 'conditions': [ 119 'conditions': [
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'net/rtcp/rtcp.cc', 239 'net/rtcp/rtcp.cc',
242 'net/rtcp/rtcp.h', 240 'net/rtcp/rtcp.h',
243 'net/rtcp/rtcp_builder.cc', 241 'net/rtcp/rtcp_builder.cc',
244 'net/rtcp/rtcp_builder.h', 242 'net/rtcp/rtcp_builder.h',
245 'net/rtcp/rtcp_defines.cc', 243 'net/rtcp/rtcp_defines.cc',
246 'net/rtcp/rtcp_defines.h', 244 'net/rtcp/rtcp_defines.h',
247 'net/rtcp/rtcp_utility.cc', 245 'net/rtcp/rtcp_utility.cc',
248 'net/rtcp/rtcp_utility.h', 246 'net/rtcp/rtcp_utility.h',
249 'net/rtp/packet_storage.cc', 247 'net/rtp/packet_storage.cc',
250 'net/rtp/packet_storage.h', 248 'net/rtp/packet_storage.h',
249 'net/rtp/rtp_defines.cc',
250 'net/rtp/rtp_defines.h',
251 'net/rtp/rtp_packetizer.cc', 251 'net/rtp/rtp_packetizer.cc',
252 'net/rtp/rtp_packetizer.h', 252 'net/rtp/rtp_packetizer.h',
253 'net/rtp/rtp_parser.cc', 253 'net/rtp/rtp_parser.cc',
254 'net/rtp/rtp_parser.h', 254 'net/rtp/rtp_parser.h',
255 'net/rtp/rtp_sender.cc', 255 'net/rtp/rtp_sender.cc',
256 'net/rtp/rtp_sender.h', 256 'net/rtp/rtp_sender.h',
257 'net/udp_transport.cc', 257 'net/udp_transport.cc',
258 'net/udp_transport.h', 258 'net/udp_transport.h',
259 ], # source 259 ], # source
260 }, 260 },
261 ], 261 ],
262 } 262 }
OLDNEW
« no previous file with comments | « media/cast/BUILD.gn ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698