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

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

Issue 513313004: 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: removed leaky and unused testing_clock_ 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'sources': [ 177 'sources': [
178 'net/cast_transport_config.cc', 178 'net/cast_transport_config.cc',
179 'net/cast_transport_config.h', 179 'net/cast_transport_config.h',
180 'net/cast_transport_defines.h', 180 'net/cast_transport_defines.h',
181 'net/cast_transport_sender.h', 181 'net/cast_transport_sender.h',
182 'net/cast_transport_sender_impl.cc', 182 'net/cast_transport_sender_impl.cc',
183 'net/cast_transport_sender_impl.h', 183 'net/cast_transport_sender_impl.h',
184 'net/pacing/paced_sender.cc', 184 'net/pacing/paced_sender.cc',
185 'net/pacing/paced_sender.h', 185 'net/pacing/paced_sender.h',
186 'net/rtcp/receiver_rtcp_event_subscriber.cc', 186 'net/rtcp/receiver_rtcp_event_subscriber.cc',
187 'net/rtcp/rtcp_builder.cc',
188 'net/rtcp/rtcp_builder.h',
187 'net/rtcp/rtcp_defines.cc', 189 'net/rtcp/rtcp_defines.cc',
188 'net/rtcp/rtcp_defines.h', 190 'net/rtcp/rtcp_defines.h',
189 'net/rtcp/rtcp.h', 191 'net/rtcp/rtcp.h',
190 'net/rtcp/rtcp.cc', 192 'net/rtcp/rtcp.cc',
191 'net/rtcp/rtcp_sender.cc',
192 'net/rtcp/rtcp_sender.h',
193 'net/rtcp/rtcp_utility.cc', 193 'net/rtcp/rtcp_utility.cc',
194 'net/rtcp/rtcp_utility.h', 194 'net/rtcp/rtcp_utility.h',
195 'net/rtp/packet_storage.cc', 195 'net/rtp/packet_storage.cc',
196 'net/rtp/packet_storage.h', 196 'net/rtp/packet_storage.h',
197 'net/rtp/rtp_packetizer.cc', 197 'net/rtp/rtp_packetizer.cc',
198 'net/rtp/rtp_packetizer.h', 198 'net/rtp/rtp_packetizer.h',
199 'net/rtp/rtp_sender.cc', 199 'net/rtp/rtp_sender.cc',
200 'net/rtp/rtp_sender.h', 200 'net/rtp/rtp_sender.h',
201 'net/udp_transport.cc', 201 'net/udp_transport.cc',
202 'net/udp_transport.h', 202 'net/udp_transport.h',
203 ], # source 203 ], # source
204 }, 204 },
205 ], 205 ],
206 } 206 }
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