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

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

Issue 387933005: Cast: Refactor RTCP handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « media/cast/cast_sender_impl.cc ('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 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 'target_name': 'cast_test_utility', 8 'target_name': 'cast_test_utility',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'logging/logging_raw_unittest.cc', 78 'logging/logging_raw_unittest.cc',
79 'logging/receiver_time_offset_estimator_impl_unittest.cc', 79 'logging/receiver_time_offset_estimator_impl_unittest.cc',
80 'logging/simple_event_subscriber_unittest.cc', 80 'logging/simple_event_subscriber_unittest.cc',
81 'logging/stats_event_subscriber_unittest.cc', 81 'logging/stats_event_subscriber_unittest.cc',
82 'net/cast_transport_sender_impl_unittest.cc', 82 'net/cast_transport_sender_impl_unittest.cc',
83 'net/pacing/mock_paced_packet_sender.cc', 83 'net/pacing/mock_paced_packet_sender.cc',
84 'net/pacing/mock_paced_packet_sender.h', 84 'net/pacing/mock_paced_packet_sender.h',
85 'net/pacing/paced_sender_unittest.cc', 85 'net/pacing/paced_sender_unittest.cc',
86 'net/rtcp/mock_rtcp_receiver_feedback.cc', 86 'net/rtcp/mock_rtcp_receiver_feedback.cc',
87 'net/rtcp/mock_rtcp_receiver_feedback.h', 87 'net/rtcp/mock_rtcp_receiver_feedback.h',
88 'net/rtcp/mock_rtcp_sender_feedback.cc',
89 'net/rtcp/mock_rtcp_sender_feedback.h',
90 'net/rtcp/rtcp_receiver_unittest.cc', 88 'net/rtcp/rtcp_receiver_unittest.cc',
91 'net/rtcp/rtcp_sender_unittest.cc', 89 'net/rtcp/rtcp_sender_unittest.cc',
92 'net/rtcp/rtcp_unittest.cc', 90 'net/rtcp/rtcp_unittest.cc',
93 'net/rtcp/receiver_rtcp_event_subscriber_unittest.cc', 91 'net/rtcp/receiver_rtcp_event_subscriber_unittest.cc',
94 # TODO(miu): The following two are test utility modules. Rename/move the files. 92 # TODO(miu): The following two are test utility modules. Rename/move the files.
95 'net/rtcp/test_rtcp_packet_builder.cc', 93 'net/rtcp/test_rtcp_packet_builder.cc',
96 'net/rtcp/test_rtcp_packet_builder.h', 94 'net/rtcp/test_rtcp_packet_builder.h',
97 'net/rtp/cast_message_builder_unittest.cc', 95 'net/rtp/cast_message_builder_unittest.cc',
98 'net/rtp/frame_buffer_unittest.cc', 96 'net/rtp/frame_buffer_unittest.cc',
99 'net/rtp/framer_unittest.cc', 97 'net/rtp/framer_unittest.cc',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'cast_test_utility', 309 'cast_test_utility',
312 '<(DEPTH)/base/base.gyp:base', 310 '<(DEPTH)/base/base.gyp:base',
313 '<(DEPTH)/media/media.gyp:media', 311 '<(DEPTH)/media/media.gyp:media',
314 ], 312 ],
315 'sources': [ 313 'sources': [
316 'test/utility/udp_proxy_main.cc', 314 'test/utility/udp_proxy_main.cc',
317 ], 315 ],
318 } 316 }
319 ], # targets 317 ], # targets
320 } 318 }
OLDNEW
« no previous file with comments | « media/cast/cast_sender_impl.cc ('k') | media/cast/net/cast_transport_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698