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

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

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, 8 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 | « chrome/renderer/media/cast_session_delegate.cc ('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 28 matching lines...) Expand all
39 'logging/log_deserializer.h', 39 'logging/log_deserializer.h',
40 'logging/log_serializer.cc', 40 'logging/log_serializer.cc',
41 'logging/log_serializer.h', 41 'logging/log_serializer.h',
42 'logging/logging_defines.cc', 42 'logging/logging_defines.cc',
43 'logging/logging_defines.h', 43 'logging/logging_defines.h',
44 'logging/logging_impl.cc', 44 'logging/logging_impl.cc',
45 'logging/logging_impl.h', 45 'logging/logging_impl.h',
46 'logging/logging_raw.cc', 46 'logging/logging_raw.cc',
47 'logging/logging_raw.h', 47 'logging/logging_raw.h',
48 'logging/raw_event_subscriber.h', 48 'logging/raw_event_subscriber.h',
49 'logging/raw_event_subscriber_bundle.cc',
50 'logging/raw_event_subscriber_bundle.h',
51 'logging/receiver_time_offset_estimator.h',
52 'logging/receiver_time_offset_estimator_impl.cc',
53 'logging/receiver_time_offset_estimator_impl.h',
49 'logging/simple_event_subscriber.cc', 54 'logging/simple_event_subscriber.cc',
50 'logging/simple_event_subscriber.h', 55 'logging/simple_event_subscriber.h',
51 'logging/stats_event_subscriber.cc', 56 'logging/stats_event_subscriber.cc',
52 'logging/stats_event_subscriber.h', 57 'logging/stats_event_subscriber.h',
53 'logging/stats_util.cc',
54 'logging/stats_util.h',
55 'transport/cast_transport_config.cc', 58 'transport/cast_transport_config.cc',
56 'transport/cast_transport_config.h', 59 'transport/cast_transport_config.h',
57 'transport/cast_transport_defines.h', 60 'transport/cast_transport_defines.h',
58 'transport/cast_transport_sender.h', 61 'transport/cast_transport_sender.h',
59 ], # source 62 ], # source
60 }, 63 },
61 { 64 {
62 'target_name': 'cast_logging_proto', 65 'target_name': 'cast_logging_proto',
63 'type': 'static_library', 66 'type': 'static_library',
64 'include_dirs': [ 67 'include_dirs': [
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'transport/transport_audio_sender.cc', 222 'transport/transport_audio_sender.cc',
220 'transport/transport_audio_sender.h', 223 'transport/transport_audio_sender.h',
221 'transport/transport_video_sender.cc', 224 'transport/transport_video_sender.cc',
222 'transport/transport_video_sender.h', 225 'transport/transport_video_sender.h',
223 'transport/utility/transport_encryption_handler.cc', 226 'transport/utility/transport_encryption_handler.cc',
224 'transport/utility/transport_encryption_handler.h', 227 'transport/utility/transport_encryption_handler.h',
225 ], # source 228 ], # source
226 }, 229 },
227 ], 230 ],
228 } 231 }
OLDNEW
« no previous file with comments | « chrome/renderer/media/cast_session_delegate.cc ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698