OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |