OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'targets': [ | 10 'targets': [ |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 'source/rtcp_packet/tmmbn.cc', | 85 'source/rtcp_packet/tmmbn.cc', |
86 'source/rtcp_packet/tmmbn.h', | 86 'source/rtcp_packet/tmmbn.h', |
87 'source/rtcp_packet/tmmbr.cc', | 87 'source/rtcp_packet/tmmbr.cc', |
88 'source/rtcp_packet/tmmbr.h', | 88 'source/rtcp_packet/tmmbr.h', |
89 'source/rtcp_packet/transport_feedback.cc', | 89 'source/rtcp_packet/transport_feedback.cc', |
90 'source/rtcp_packet/transport_feedback.h', | 90 'source/rtcp_packet/transport_feedback.h', |
91 'source/rtcp_packet/voip_metric.cc', | 91 'source/rtcp_packet/voip_metric.cc', |
92 'source/rtcp_packet/voip_metric.h', | 92 'source/rtcp_packet/voip_metric.h', |
93 'source/rtcp_receiver.cc', | 93 'source/rtcp_receiver.cc', |
94 'source/rtcp_receiver.h', | 94 'source/rtcp_receiver.h', |
95 'source/rtcp_receiver_help.cc', | |
96 'source/rtcp_receiver_help.h', | |
97 'source/rtcp_sender.cc', | 95 'source/rtcp_sender.cc', |
98 'source/rtcp_sender.h', | 96 'source/rtcp_sender.h', |
99 'source/rtcp_utility.cc', | 97 'source/rtcp_utility.cc', |
100 'source/rtcp_utility.h', | 98 'source/rtcp_utility.h', |
101 'source/rtp_header_extension.cc', | 99 'source/rtp_header_extension.cc', |
102 'source/rtp_header_extension.h', | 100 'source/rtp_header_extension.h', |
103 'source/rtp_header_extensions.cc', | 101 'source/rtp_header_extensions.cc', |
104 'source/rtp_header_extensions.h', | 102 'source/rtp_header_extensions.h', |
105 'source/rtp_header_parser.cc', | 103 'source/rtp_header_parser.cc', |
106 'source/rtp_packet.cc', | 104 'source/rtp_packet.cc', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], | 171 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], |
174 }, { | 172 }, { |
175 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], | 173 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], |
176 }], | 174 }], |
177 ], | 175 ], |
178 # TODO(jschuh): Bug 1348: fix size_t to int truncations. | 176 # TODO(jschuh): Bug 1348: fix size_t to int truncations. |
179 'msvs_disabled_warnings': [ 4267, ], | 177 'msvs_disabled_warnings': [ 4267, ], |
180 }, | 178 }, |
181 ], | 179 ], |
182 } | 180 } |
OLD | NEW |