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

Side by Side Diff: media/cast/cast_testing.gypi

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/cast.gyp ('k') | media/cast/net/rtcp/rtcp.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //media/cast:test_support 8 # GN version: //media/cast:test_support
9 'target_name': 'cast_test_utility', 9 'target_name': 'cast_test_utility',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'logging/logging_impl_unittest.cc', 79 'logging/logging_impl_unittest.cc',
80 'logging/logging_raw_unittest.cc', 80 'logging/logging_raw_unittest.cc',
81 'logging/receiver_time_offset_estimator_impl_unittest.cc', 81 'logging/receiver_time_offset_estimator_impl_unittest.cc',
82 'logging/simple_event_subscriber_unittest.cc', 82 'logging/simple_event_subscriber_unittest.cc',
83 'logging/stats_event_subscriber_unittest.cc', 83 'logging/stats_event_subscriber_unittest.cc',
84 'net/cast_transport_sender_impl_unittest.cc', 84 'net/cast_transport_sender_impl_unittest.cc',
85 'net/frame_id_wrap_helper_test.cc', 85 'net/frame_id_wrap_helper_test.cc',
86 'net/pacing/mock_paced_packet_sender.cc', 86 'net/pacing/mock_paced_packet_sender.cc',
87 'net/pacing/mock_paced_packet_sender.h', 87 'net/pacing/mock_paced_packet_sender.h',
88 'net/pacing/paced_sender_unittest.cc', 88 'net/pacing/paced_sender_unittest.cc',
89 'net/rtcp/rtcp_sender_unittest.cc', 89 'net/rtcp/rtcp_builder_unittest.cc',
90 'net/rtcp/rtcp_unittest.cc', 90 'net/rtcp/rtcp_unittest.cc',
91 'net/rtcp/rtcp_utility_unittest.cc', 91 'net/rtcp/rtcp_utility_unittest.cc',
92 'net/rtcp/receiver_rtcp_event_subscriber_unittest.cc', 92 'net/rtcp/receiver_rtcp_event_subscriber_unittest.cc',
93 # TODO(miu): The following two are test utility modules. Rename/move the files. 93 # TODO(miu): The following two are test utility modules. Rename/move the files.
94 'net/rtcp/test_rtcp_packet_builder.cc', 94 'net/rtcp/test_rtcp_packet_builder.cc',
95 'net/rtcp/test_rtcp_packet_builder.h', 95 'net/rtcp/test_rtcp_packet_builder.h',
96 'net/rtp/cast_message_builder_unittest.cc', 96 'net/rtp/cast_message_builder_unittest.cc',
97 'net/rtp/frame_buffer_unittest.cc', 97 'net/rtp/frame_buffer_unittest.cc',
98 'net/rtp/framer_unittest.cc', 98 'net/rtp/framer_unittest.cc',
99 'net/rtp/mock_rtp_payload_feedback.cc', 99 'net/rtp/mock_rtp_payload_feedback.cc',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 ], 336 ],
337 'sources': [ 337 'sources': [
338 'test/utility/tap_proxy.cc', 338 'test/utility/tap_proxy.cc',
339 ], 339 ],
340 } 340 }
341 ] 341 ]
342 } 342 }
343 ] 343 ]
344 ], # targets 344 ], # targets
345 } 345 }
OLDNEW
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/net/rtcp/rtcp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698