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

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

Issue 236123003: Cast: Provide more meaningful stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 6 years, 7 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/logging/logging_defines.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 'variables': { 6 'variables': {
7 'include_cast_utility_apps%': 0, 7 'include_cast_utility_apps%': 0,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'audio_sender/audio_encoder_unittest.cc', 66 'audio_sender/audio_encoder_unittest.cc',
67 'audio_sender/audio_sender_unittest.cc', 67 'audio_sender/audio_sender_unittest.cc',
68 'congestion_control/congestion_control_unittest.cc', 68 'congestion_control/congestion_control_unittest.cc',
69 'framer/cast_message_builder_unittest.cc', 69 'framer/cast_message_builder_unittest.cc',
70 'framer/frame_buffer_unittest.cc', 70 'framer/frame_buffer_unittest.cc',
71 'framer/framer_unittest.cc', 71 'framer/framer_unittest.cc',
72 'logging/encoding_event_subscriber_unittest.cc', 72 'logging/encoding_event_subscriber_unittest.cc',
73 'logging/serialize_deserialize_test.cc', 73 'logging/serialize_deserialize_test.cc',
74 'logging/logging_impl_unittest.cc', 74 'logging/logging_impl_unittest.cc',
75 'logging/logging_raw_unittest.cc', 75 'logging/logging_raw_unittest.cc',
76 'logging/receiver_time_offset_estimator_impl_unittest.cc',
76 'logging/simple_event_subscriber_unittest.cc', 77 'logging/simple_event_subscriber_unittest.cc',
77 'logging/stats_event_subscriber_unittest.cc', 78 'logging/stats_event_subscriber_unittest.cc',
78 'rtcp/mock_rtcp_receiver_feedback.cc', 79 'rtcp/mock_rtcp_receiver_feedback.cc',
79 'rtcp/mock_rtcp_receiver_feedback.h', 80 'rtcp/mock_rtcp_receiver_feedback.h',
80 'rtcp/mock_rtcp_sender_feedback.cc', 81 'rtcp/mock_rtcp_sender_feedback.cc',
81 'rtcp/mock_rtcp_sender_feedback.h', 82 'rtcp/mock_rtcp_sender_feedback.h',
82 'rtcp/rtcp_receiver_unittest.cc', 83 'rtcp/rtcp_receiver_unittest.cc',
83 'rtcp/rtcp_sender_unittest.cc', 84 'rtcp/rtcp_sender_unittest.cc',
84 'rtcp/rtcp_unittest.cc', 85 'rtcp/rtcp_unittest.cc',
85 'rtcp/receiver_rtcp_event_subscriber_unittest.cc', 86 'rtcp/receiver_rtcp_event_subscriber_unittest.cc',
86 'rtcp/sender_rtcp_event_subscriber_unittest.cc', 87 'rtcp/sender_rtcp_event_subscriber_unittest.cc',
87 # TODO(miu): The following two are test utility modules. Rename/move the files. 88 # TODO(miu): The following two are test utility modules. Rename/move the files.
88 'rtcp/test_rtcp_packet_builder.cc', 89 'rtcp/test_rtcp_packet_builder.cc',
89 'rtcp/test_rtcp_packet_builder.h', 90 'rtcp/test_rtcp_packet_builder.h',
90 'rtp_receiver/rtp_receiver_defines.h', 91 'rtp_receiver/rtp_receiver_defines.h',
91 'rtp_receiver/mock_rtp_payload_feedback.cc', 92 'rtp_receiver/mock_rtp_payload_feedback.cc',
92 'rtp_receiver/mock_rtp_payload_feedback.h', 93 'rtp_receiver/mock_rtp_payload_feedback.h',
93 'rtp_receiver/receiver_stats_unittest.cc', 94 'rtp_receiver/receiver_stats_unittest.cc',
94 'rtp_receiver/rtp_parser/test/rtp_packet_builder.cc', 95 'rtp_receiver/rtp_parser/test/rtp_packet_builder.cc',
95 'rtp_receiver/rtp_parser/rtp_parser_unittest.cc', 96 'rtp_receiver/rtp_parser/rtp_parser_unittest.cc',
96 'test/end2end_unittest.cc', 97 'test/end2end_unittest.cc',
98 'test/fake_receiver_time_offset_estimator.cc',
99 'test/fake_receiver_time_offset_estimator.h',
97 'test/fake_single_thread_task_runner.cc', 100 'test/fake_single_thread_task_runner.cc',
98 'test/fake_single_thread_task_runner.h', 101 'test/fake_single_thread_task_runner.h',
99 'test/fake_video_encode_accelerator.cc', 102 'test/fake_video_encode_accelerator.cc',
100 'test/fake_video_encode_accelerator.h', 103 'test/fake_video_encode_accelerator.h',
101 'test/utility/audio_utility_unittest.cc', 104 'test/utility/audio_utility_unittest.cc',
102 'test/utility/barcode_unittest.cc', 105 'test/utility/barcode_unittest.cc',
103 'transport/cast_transport_sender_impl_unittest.cc', 106 'transport/cast_transport_sender_impl_unittest.cc',
104 'transport/pacing/mock_paced_packet_sender.cc', 107 'transport/pacing/mock_paced_packet_sender.cc',
105 'transport/pacing/mock_paced_packet_sender.h', 108 'transport/pacing/mock_paced_packet_sender.h',
106 'transport/pacing/paced_sender_unittest.cc', 109 'transport/pacing/paced_sender_unittest.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 '<(DEPTH)/media/media.gyp:media', 222 '<(DEPTH)/media/media.gyp:media',
220 ], 223 ],
221 'sources': [ 224 'sources': [
222 'test/utility/udp_proxy_main.cc', 225 'test/utility/udp_proxy_main.cc',
223 ], 226 ],
224 }, 227 },
225 ], # targets 228 ], # targets
226 }], 229 }],
227 ], # conditions 230 ], # conditions
228 } 231 }
OLDNEW
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/logging/logging_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698