OLD | NEW |
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2015 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 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 'peerconnection.cc', | 150 'peerconnection.cc', |
151 'peerconnection.h', | 151 'peerconnection.h', |
152 'peerconnectionfactory.cc', | 152 'peerconnectionfactory.cc', |
153 'peerconnectionfactory.h', | 153 'peerconnectionfactory.h', |
154 'peerconnectionfactoryproxy.h', | 154 'peerconnectionfactoryproxy.h', |
155 'peerconnectioninterface.h', | 155 'peerconnectioninterface.h', |
156 'peerconnectionproxy.h', | 156 'peerconnectionproxy.h', |
157 'proxy.h', | 157 'proxy.h', |
158 'remoteaudiosource.cc', | 158 'remoteaudiosource.cc', |
159 'remoteaudiosource.h', | 159 'remoteaudiosource.h', |
| 160 'rtcstats.cc', |
160 'rtcstats.h', | 161 'rtcstats.h', |
| 162 'rtcstats_objects.cc', |
161 'rtcstats_objects.h', | 163 'rtcstats_objects.h', |
| 164 'rtcstatscollector.cc', |
| 165 'rtcstatscollector.h', |
| 166 'rtcstatsreport.cc', |
162 'rtcstatsreport.h', | 167 'rtcstatsreport.h', |
163 'rtpparameters.h', | 168 'rtpparameters.h', |
164 'rtpreceiver.cc', | 169 'rtpreceiver.cc', |
165 'rtpreceiver.h', | 170 'rtpreceiver.h', |
166 'rtpreceiverinterface.h', | 171 'rtpreceiverinterface.h', |
167 'rtpsender.cc', | 172 'rtpsender.cc', |
168 'rtpsender.h', | 173 'rtpsender.h', |
169 'rtpsenderinterface.h', | 174 'rtpsenderinterface.h', |
170 'sctputils.cc', | 175 'sctputils.cc', |
171 'sctputils.h', | 176 'sctputils.h', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'quicdatatransport.h', | 217 'quicdatatransport.h', |
213 ], | 218 ], |
214 'export_dependent_settings': [ | 219 'export_dependent_settings': [ |
215 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', | 220 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', |
216 ], | 221 ], |
217 }], | 222 }], |
218 ], | 223 ], |
219 }, # target libjingle_peerconnection | 224 }, # target libjingle_peerconnection |
220 ], # targets | 225 ], # targets |
221 } | 226 } |
OLD | NEW |