| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'logging/stats_event_subscriber.h', | 59 'logging/stats_event_subscriber.h', |
| 60 'rtp_timestamp_helper.cc', | 60 'rtp_timestamp_helper.cc', |
| 61 'rtp_timestamp_helper.h', | 61 'rtp_timestamp_helper.h', |
| 62 'transport/cast_transport_config.cc', | 62 'transport/cast_transport_config.cc', |
| 63 'transport/cast_transport_config.h', | 63 'transport/cast_transport_config.h', |
| 64 'transport/cast_transport_defines.h', | 64 'transport/cast_transport_defines.h', |
| 65 'transport/cast_transport_sender.h', | 65 'transport/cast_transport_sender.h', |
| 66 ], # source | 66 ], # source |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 # GN version: //media/cast/logging/proto | |
| 70 'target_name': 'cast_logging_proto', | 69 'target_name': 'cast_logging_proto', |
| 71 'type': 'static_library', | 70 'type': 'static_library', |
| 72 'include_dirs': [ | 71 'include_dirs': [ |
| 73 '<(DEPTH)/', | 72 '<(DEPTH)/', |
| 74 ], | 73 ], |
| 75 'sources': [ | 74 'sources': [ |
| 76 'logging/proto/proto_utils.cc', | 75 'logging/proto/proto_utils.cc', |
| 77 'logging/proto/raw_events.proto', | 76 'logging/proto/raw_events.proto', |
| 78 ], | 77 ], |
| 79 'variables': { | 78 'variables': { |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'transport/rtp_sender/rtp_sender.cc', | 216 'transport/rtp_sender/rtp_sender.cc', |
| 218 'transport/rtp_sender/rtp_sender.h', | 217 'transport/rtp_sender/rtp_sender.h', |
| 219 'transport/transport/udp_transport.cc', | 218 'transport/transport/udp_transport.cc', |
| 220 'transport/transport/udp_transport.h', | 219 'transport/transport/udp_transport.h', |
| 221 'transport/utility/transport_encryption_handler.cc', | 220 'transport/utility/transport_encryption_handler.cc', |
| 222 'transport/utility/transport_encryption_handler.h', | 221 'transport/utility/transport_encryption_handler.h', |
| 223 ], # source | 222 ], # source |
| 224 }, | 223 }, |
| 225 ], | 224 ], |
| 226 } | 225 } |
| OLD | NEW |