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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'logging/raw_event_subscriber.h', | 48 'logging/raw_event_subscriber.h', |
49 'logging/raw_event_subscriber_bundle.cc', | 49 'logging/raw_event_subscriber_bundle.cc', |
50 'logging/raw_event_subscriber_bundle.h', | 50 'logging/raw_event_subscriber_bundle.h', |
51 'logging/receiver_time_offset_estimator.h', | 51 'logging/receiver_time_offset_estimator.h', |
52 'logging/receiver_time_offset_estimator_impl.cc', | 52 'logging/receiver_time_offset_estimator_impl.cc', |
53 'logging/receiver_time_offset_estimator_impl.h', | 53 'logging/receiver_time_offset_estimator_impl.h', |
54 'logging/simple_event_subscriber.cc', | 54 'logging/simple_event_subscriber.cc', |
55 'logging/simple_event_subscriber.h', | 55 'logging/simple_event_subscriber.h', |
56 'logging/stats_event_subscriber.cc', | 56 'logging/stats_event_subscriber.cc', |
57 'logging/stats_event_subscriber.h', | 57 'logging/stats_event_subscriber.h', |
| 58 'rtp_timestamp_helper.cc', |
| 59 'rtp_timestamp_helper.h', |
58 'transport/cast_transport_config.cc', | 60 'transport/cast_transport_config.cc', |
59 'transport/cast_transport_config.h', | 61 'transport/cast_transport_config.h', |
60 'transport/cast_transport_defines.h', | 62 'transport/cast_transport_defines.h', |
61 'transport/cast_transport_sender.h', | 63 'transport/cast_transport_sender.h', |
62 ], # source | 64 ], # source |
63 }, | 65 }, |
64 { | 66 { |
65 'target_name': 'cast_logging_proto', | 67 'target_name': 'cast_logging_proto', |
66 'type': 'static_library', | 68 'type': 'static_library', |
67 'include_dirs': [ | 69 'include_dirs': [ |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 'transport/transport_audio_sender.cc', | 222 'transport/transport_audio_sender.cc', |
221 'transport/transport_audio_sender.h', | 223 'transport/transport_audio_sender.h', |
222 'transport/transport_video_sender.cc', | 224 'transport/transport_video_sender.cc', |
223 'transport/transport_video_sender.h', | 225 'transport/transport_video_sender.h', |
224 'transport/utility/transport_encryption_handler.cc', | 226 'transport/utility/transport_encryption_handler.cc', |
225 'transport/utility/transport_encryption_handler.h', | 227 'transport/utility/transport_encryption_handler.h', |
226 ], # source | 228 ], # source |
227 }, | 229 }, |
228 ], | 230 ], |
229 } | 231 } |
OLD | NEW |