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

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

Issue 541293004: Revert of Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'sources': [ 179 'sources': [
180 'net/cast_transport_config.cc', 180 'net/cast_transport_config.cc',
181 'net/cast_transport_config.h', 181 'net/cast_transport_config.h',
182 'net/cast_transport_defines.h', 182 'net/cast_transport_defines.h',
183 'net/cast_transport_sender.h', 183 'net/cast_transport_sender.h',
184 'net/cast_transport_sender_impl.cc', 184 'net/cast_transport_sender_impl.cc',
185 'net/cast_transport_sender_impl.h', 185 'net/cast_transport_sender_impl.h',
186 'net/pacing/paced_sender.cc', 186 'net/pacing/paced_sender.cc',
187 'net/pacing/paced_sender.h', 187 'net/pacing/paced_sender.h',
188 'net/rtcp/receiver_rtcp_event_subscriber.cc', 188 'net/rtcp/receiver_rtcp_event_subscriber.cc',
189 'net/rtcp/rtcp_builder.cc',
190 'net/rtcp/rtcp_builder.h',
191 'net/rtcp/rtcp_defines.cc', 189 'net/rtcp/rtcp_defines.cc',
192 'net/rtcp/rtcp_defines.h', 190 'net/rtcp/rtcp_defines.h',
193 'net/rtcp/rtcp.h', 191 'net/rtcp/rtcp.h',
194 'net/rtcp/rtcp.cc', 192 'net/rtcp/rtcp.cc',
193 'net/rtcp/rtcp_sender.cc',
194 'net/rtcp/rtcp_sender.h',
195 'net/rtcp/rtcp_utility.cc', 195 'net/rtcp/rtcp_utility.cc',
196 'net/rtcp/rtcp_utility.h', 196 'net/rtcp/rtcp_utility.h',
197 'net/rtp/packet_storage.cc', 197 'net/rtp/packet_storage.cc',
198 'net/rtp/packet_storage.h', 198 'net/rtp/packet_storage.h',
199 'net/rtp/rtp_packetizer.cc', 199 'net/rtp/rtp_packetizer.cc',
200 'net/rtp/rtp_packetizer.h', 200 'net/rtp/rtp_packetizer.h',
201 'net/rtp/rtp_sender.cc', 201 'net/rtp/rtp_sender.cc',
202 'net/rtp/rtp_sender.h', 202 'net/rtp/rtp_sender.h',
203 'net/udp_transport.cc', 203 'net/udp_transport.cc',
204 'net/udp_transport.h', 204 'net/udp_transport.h',
205 ], # source 205 ], # source
206 }, 206 },
207 ], 207 ],
208 } 208 }
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