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 |
69 'target_name': 'cast_logging_proto', | 70 'target_name': 'cast_logging_proto', |
70 'type': 'static_library', | 71 'type': 'static_library', |
71 'include_dirs': [ | 72 'include_dirs': [ |
72 '<(DEPTH)/', | 73 '<(DEPTH)/', |
73 ], | 74 ], |
74 'sources': [ | 75 'sources': [ |
75 'logging/proto/proto_utils.cc', | 76 'logging/proto/proto_utils.cc', |
76 'logging/proto/raw_events.proto', | 77 'logging/proto/raw_events.proto', |
77 ], | 78 ], |
78 'variables': { | 79 'variables': { |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'transport/rtp_sender/rtp_sender.cc', | 217 'transport/rtp_sender/rtp_sender.cc', |
217 'transport/rtp_sender/rtp_sender.h', | 218 'transport/rtp_sender/rtp_sender.h', |
218 'transport/transport/udp_transport.cc', | 219 'transport/transport/udp_transport.cc', |
219 'transport/transport/udp_transport.h', | 220 'transport/transport/udp_transport.h', |
220 'transport/utility/transport_encryption_handler.cc', | 221 'transport/utility/transport_encryption_handler.cc', |
221 'transport/utility/transport_encryption_handler.h', | 222 'transport/utility/transport_encryption_handler.h', |
222 ], # source | 223 ], # source |
223 }, | 224 }, |
224 ], | 225 ], |
225 } | 226 } |
OLD | NEW |