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

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

Issue 1520613004: cast: Split Rtcp into two for sender and receiver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@timestamp
Patch Set: Rebased Created 4 years, 11 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/net/cast_transport_config.h » ('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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'sources': [ 233 'sources': [
234 'net/cast_transport_config.cc', 234 'net/cast_transport_config.cc',
235 'net/cast_transport_config.h', 235 'net/cast_transport_config.h',
236 'net/cast_transport_defines.h', 236 'net/cast_transport_defines.h',
237 'net/cast_transport_sender.h', 237 'net/cast_transport_sender.h',
238 'net/cast_transport_sender_impl.cc', 238 'net/cast_transport_sender_impl.cc',
239 'net/cast_transport_sender_impl.h', 239 'net/cast_transport_sender_impl.h',
240 'net/pacing/paced_sender.cc', 240 'net/pacing/paced_sender.cc',
241 'net/pacing/paced_sender.h', 241 'net/pacing/paced_sender.h',
242 'net/rtcp/receiver_rtcp_event_subscriber.cc', 242 'net/rtcp/receiver_rtcp_event_subscriber.cc',
243 'net/rtcp/rtcp.cc', 243 'net/rtcp/sender_rtcp_session.cc',
244 'net/rtcp/rtcp.h', 244 'net/rtcp/sender_rtcp_session.h',
245 'net/rtcp/receiver_rtcp_session.cc',
246 'net/rtcp/receiver_rtcp_session.h',
245 'net/rtcp/rtcp_builder.cc', 247 'net/rtcp/rtcp_builder.cc',
246 'net/rtcp/rtcp_builder.h', 248 'net/rtcp/rtcp_builder.h',
247 'net/rtcp/rtcp_defines.cc', 249 'net/rtcp/rtcp_defines.cc',
248 'net/rtcp/rtcp_defines.h', 250 'net/rtcp/rtcp_defines.h',
249 'net/rtcp/rtcp_utility.cc', 251 'net/rtcp/rtcp_utility.cc',
250 'net/rtcp/rtcp_utility.h', 252 'net/rtcp/rtcp_utility.h',
251 'net/rtp/packet_storage.cc', 253 'net/rtp/packet_storage.cc',
252 'net/rtp/packet_storage.h', 254 'net/rtp/packet_storage.h',
253 'net/rtp/rtp_defines.cc', 255 'net/rtp/rtp_defines.cc',
254 'net/rtp/rtp_defines.h', 256 'net/rtp/rtp_defines.h',
255 'net/rtp/rtp_packetizer.cc', 257 'net/rtp/rtp_packetizer.cc',
256 'net/rtp/rtp_packetizer.h', 258 'net/rtp/rtp_packetizer.h',
257 'net/rtp/rtp_parser.cc', 259 'net/rtp/rtp_parser.cc',
258 'net/rtp/rtp_parser.h', 260 'net/rtp/rtp_parser.h',
259 'net/rtp/rtp_sender.cc', 261 'net/rtp/rtp_sender.cc',
260 'net/rtp/rtp_sender.h', 262 'net/rtp/rtp_sender.h',
261 'net/udp_transport.cc', 263 'net/udp_transport.cc',
262 'net/udp_transport.h', 264 'net/udp_transport.h',
263 ], # sources 265 ], # sources
264 }, 266 },
265 ], 267 ],
266 } 268 }
OLDNEW
« no previous file with comments | « media/cast/BUILD.gn ('k') | media/cast/net/cast_transport_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698