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

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

Issue 210303003: Cast: Remove LoggingStats in favor of event subscribers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 6 years, 9 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/audio_sender/audio_sender_unittest.cc ('k') | media/cast/cast_environment.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 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 'targets': [ 10 'targets': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'audio_sender/audio_sender_unittest.cc', 42 'audio_sender/audio_sender_unittest.cc',
43 'congestion_control/congestion_control_unittest.cc', 43 'congestion_control/congestion_control_unittest.cc',
44 'framer/cast_message_builder_unittest.cc', 44 'framer/cast_message_builder_unittest.cc',
45 'framer/frame_buffer_unittest.cc', 45 'framer/frame_buffer_unittest.cc',
46 'framer/framer_unittest.cc', 46 'framer/framer_unittest.cc',
47 'logging/encoding_event_subscriber_unittest.cc', 47 'logging/encoding_event_subscriber_unittest.cc',
48 'logging/serialize_deserialize_test.cc', 48 'logging/serialize_deserialize_test.cc',
49 'logging/logging_impl_unittest.cc', 49 'logging/logging_impl_unittest.cc',
50 'logging/logging_raw_unittest.cc', 50 'logging/logging_raw_unittest.cc',
51 'logging/simple_event_subscriber_unittest.cc', 51 'logging/simple_event_subscriber_unittest.cc',
52 'logging/stats_event_subscriber_unittest.cc',
52 'rtcp/mock_rtcp_receiver_feedback.cc', 53 'rtcp/mock_rtcp_receiver_feedback.cc',
53 'rtcp/mock_rtcp_receiver_feedback.h', 54 'rtcp/mock_rtcp_receiver_feedback.h',
54 'rtcp/mock_rtcp_sender_feedback.cc', 55 'rtcp/mock_rtcp_sender_feedback.cc',
55 'rtcp/mock_rtcp_sender_feedback.h', 56 'rtcp/mock_rtcp_sender_feedback.h',
56 'rtcp/rtcp_receiver_unittest.cc', 57 'rtcp/rtcp_receiver_unittest.cc',
57 'rtcp/rtcp_sender_unittest.cc', 58 'rtcp/rtcp_sender_unittest.cc',
58 'rtcp/rtcp_unittest.cc', 59 'rtcp/rtcp_unittest.cc',
59 'rtcp/receiver_rtcp_event_subscriber_unittest.cc', 60 'rtcp/receiver_rtcp_event_subscriber_unittest.cc',
60 'rtcp/sender_rtcp_event_subscriber_unittest.cc', 61 'rtcp/sender_rtcp_event_subscriber_unittest.cc',
61 'rtp_receiver/rtp_receiver_defines.h', 62 'rtp_receiver/rtp_receiver_defines.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 '<(DEPTH)/media/cast/test/linux_output_window.cc', 141 '<(DEPTH)/media/cast/test/linux_output_window.cc',
141 '<(DEPTH)/media/cast/test/linux_output_window.h', 142 '<(DEPTH)/media/cast/test/linux_output_window.h',
142 ], 143 ],
143 }], 144 }],
144 ], 145 ],
145 }, 146 },
146 ], # targets 147 ], # targets
147 }], # include_tests 148 }], # include_tests
148 ], 149 ],
149 } 150 }
OLDNEW
« no previous file with comments | « media/cast/audio_sender/audio_sender_unittest.cc ('k') | media/cast/cast_environment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698