| 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 15 matching lines...) Expand all Loading... |
| 26 ], | 26 ], |
| 27 'export_dependent_settings': [ | 27 'export_dependent_settings': [ |
| 28 'cast_logging_proto', | 28 'cast_logging_proto', |
| 29 ], | 29 ], |
| 30 'sources': [ | 30 'sources': [ |
| 31 'cast_config.cc', | 31 'cast_config.cc', |
| 32 'cast_config.h', | 32 'cast_config.h', |
| 33 'cast_defines.h', | 33 'cast_defines.h', |
| 34 'cast_environment.cc', | 34 'cast_environment.cc', |
| 35 'cast_environment.h', | 35 'cast_environment.h', |
| 36 'base/clock_drift_smoother.cc', |
| 37 'base/clock_drift_smoother.h', |
| 36 'logging/encoding_event_subscriber.cc', | 38 'logging/encoding_event_subscriber.cc', |
| 37 'logging/encoding_event_subscriber.h', | 39 'logging/encoding_event_subscriber.h', |
| 38 'logging/log_deserializer.cc', | 40 'logging/log_deserializer.cc', |
| 39 'logging/log_deserializer.h', | 41 'logging/log_deserializer.h', |
| 40 'logging/log_serializer.cc', | 42 'logging/log_serializer.cc', |
| 41 'logging/log_serializer.h', | 43 'logging/log_serializer.h', |
| 42 'logging/logging_defines.cc', | 44 'logging/logging_defines.cc', |
| 43 'logging/logging_defines.h', | 45 'logging/logging_defines.h', |
| 44 'logging/logging_impl.cc', | 46 'logging/logging_impl.cc', |
| 45 'logging/logging_impl.h', | 47 'logging/logging_impl.h', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'transport/transport_audio_sender.cc', | 224 'transport/transport_audio_sender.cc', |
| 223 'transport/transport_audio_sender.h', | 225 'transport/transport_audio_sender.h', |
| 224 'transport/transport_video_sender.cc', | 226 'transport/transport_video_sender.cc', |
| 225 'transport/transport_video_sender.h', | 227 'transport/transport_video_sender.h', |
| 226 'transport/utility/transport_encryption_handler.cc', | 228 'transport/utility/transport_encryption_handler.cc', |
| 227 'transport/utility/transport_encryption_handler.h', | 229 'transport/utility/transport_encryption_handler.h', |
| 228 ], # source | 230 ], # source |
| 229 }, | 231 }, |
| 230 ], | 232 ], |
| 231 } | 233 } |
| OLD | NEW |