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

Side by Side Diff: media/cast/logging/logging.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, 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
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 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'cast_common_logging', 7 'target_name': 'cast_common_logging',
8 'type': 'static_library', 8 'type': 'static_library',
9 'include_dirs': [ 9 'include_dirs': [
10 '<(DEPTH)/', 10 '<(DEPTH)/',
11 ], 11 ],
12 'dependencies': [ 12 'dependencies': [
13 'cast_logging_proto_lib', 13 'cast_logging_proto_lib',
14 '<(DEPTH)/base/base.gyp:base', 14 '<(DEPTH)/base/base.gyp:base',
15 ], 15 ],
16 'export_dependent_settings': [ 16 'export_dependent_settings': [
17 'cast_logging_proto_lib', 17 'cast_logging_proto_lib',
18 ], 18 ],
19 'sources': [ 19 'sources': [
20 'logging_defines.cc', 20 'logging_defines.cc',
21 'logging_defines.h', 21 'logging_defines.h',
22 'logging_impl.cc', 22 'logging_impl.cc',
23 'logging_impl.h', 23 'logging_impl.h',
24 'logging_raw.cc', 24 'logging_raw.cc',
25 'logging_raw.h', 25 'logging_raw.h',
26 'logging_stats.cc',
27 'logging_stats.h',
28 'raw_event_subscriber.h', 26 'raw_event_subscriber.h',
29 'simple_event_subscriber.cc', 27 'simple_event_subscriber.cc',
30 'simple_event_subscriber.h', 28 'simple_event_subscriber.h',
29 'stats_event_subscriber.cc',
30 'stats_event_subscriber.h',
31 'stats_util.cc',
32 'stats_util.h',
31 ], # source 33 ], # source
32 }, 34 },
33 { 35 {
34 'target_name': 'sender_logging', 36 'target_name': 'sender_logging',
35 'type': 'static_library', 37 'type': 'static_library',
36 'include_dirs': [ 38 'include_dirs': [
37 '<(DEPTH)/', 39 '<(DEPTH)/',
38 ], 40 ],
39 'dependencies': [ 41 'dependencies': [
40 'cast_common_logging', 42 'cast_common_logging',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'export_dependent_settings': [ 80 'export_dependent_settings': [
79 'cast_logging_proto_lib', 81 'cast_logging_proto_lib',
80 ], 82 ],
81 'sources': [ 83 'sources': [
82 'log_deserializer.cc', 84 'log_deserializer.cc',
83 'log_deserializer.h', 85 'log_deserializer.h',
84 ], # source 86 ], # source
85 }, 87 },
86 ], 88 ],
87 } 89 }
OLDNEW
« no previous file with comments | « media/cast/logging/encoding_event_subscriber_unittest.cc ('k') | media/cast/logging/logging_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698