| 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 20 matching lines...) Expand all Loading... |
| 31 'cast_logging_proto', | 31 'cast_logging_proto', |
| 32 ], | 32 ], |
| 33 'sources': [ | 33 'sources': [ |
| 34 'cast_config.cc', | 34 'cast_config.cc', |
| 35 'cast_config.h', | 35 'cast_config.h', |
| 36 'cast_defines.h', | 36 'cast_defines.h', |
| 37 'cast_environment.cc', | 37 'cast_environment.cc', |
| 38 'cast_environment.h', | 38 'cast_environment.h', |
| 39 'common/clock_drift_smoother.cc', | 39 'common/clock_drift_smoother.cc', |
| 40 'common/clock_drift_smoother.h', | 40 'common/clock_drift_smoother.h', |
| 41 'common/expanded_value_base.h', |
| 42 'common/rtp_time.cc', |
| 43 'common/rtp_time.h', |
| 41 'common/transport_encryption_handler.cc', | 44 'common/transport_encryption_handler.cc', |
| 42 'common/transport_encryption_handler.h', | 45 'common/transport_encryption_handler.h', |
| 43 'constants.h', | 46 'constants.h', |
| 44 'logging/encoding_event_subscriber.cc', | 47 'logging/encoding_event_subscriber.cc', |
| 45 'logging/encoding_event_subscriber.h', | 48 'logging/encoding_event_subscriber.h', |
| 46 'logging/log_deserializer.cc', | 49 'logging/log_deserializer.cc', |
| 47 'logging/log_deserializer.h', | 50 'logging/log_deserializer.h', |
| 48 'logging/log_event_dispatcher.cc', | 51 'logging/log_event_dispatcher.cc', |
| 49 'logging/log_event_dispatcher.h', | 52 'logging/log_event_dispatcher.h', |
| 50 'logging/log_serializer.cc', | 53 'logging/log_serializer.cc', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 'net/rtp/rtp_parser.cc', | 257 'net/rtp/rtp_parser.cc', |
| 255 'net/rtp/rtp_parser.h', | 258 'net/rtp/rtp_parser.h', |
| 256 'net/rtp/rtp_sender.cc', | 259 'net/rtp/rtp_sender.cc', |
| 257 'net/rtp/rtp_sender.h', | 260 'net/rtp/rtp_sender.h', |
| 258 'net/udp_transport.cc', | 261 'net/udp_transport.cc', |
| 259 'net/udp_transport.h', | 262 'net/udp_transport.h', |
| 260 ], # sources | 263 ], # sources |
| 261 }, | 264 }, |
| 262 ], | 265 ], |
| 263 } | 266 } |
| OLD | NEW |