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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 'peerconnection.h', | 138 'peerconnection.h', |
139 'peerconnectionfactory.cc', | 139 'peerconnectionfactory.cc', |
140 'peerconnectionfactory.h', | 140 'peerconnectionfactory.h', |
141 'peerconnectionfactoryproxy.h', | 141 'peerconnectionfactoryproxy.h', |
142 'peerconnectioninterface.h', | 142 'peerconnectioninterface.h', |
143 'peerconnectionproxy.h', | 143 'peerconnectionproxy.h', |
144 'proxy.h', | 144 'proxy.h', |
145 'remoteaudiosource.cc', | 145 'remoteaudiosource.cc', |
146 'remoteaudiosource.h', | 146 'remoteaudiosource.h', |
147 'rtcstats.h', | 147 'rtcstats.h', |
| 148 'rtcstats_objects.h', |
148 'rtcstatsreport.h', | 149 'rtcstatsreport.h', |
149 'rtpparameters.h', | 150 'rtpparameters.h', |
150 'rtpreceiver.cc', | 151 'rtpreceiver.cc', |
151 'rtpreceiver.h', | 152 'rtpreceiver.h', |
152 'rtpreceiverinterface.h', | 153 'rtpreceiverinterface.h', |
153 'rtpsender.cc', | 154 'rtpsender.cc', |
154 'rtpsender.h', | 155 'rtpsender.h', |
155 'rtpsenderinterface.h', | 156 'rtpsenderinterface.h', |
156 'sctputils.cc', | 157 'sctputils.cc', |
157 'sctputils.h', | 158 'sctputils.h', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'quicdatatransport.h', | 199 'quicdatatransport.h', |
199 ], | 200 ], |
200 'export_dependent_settings': [ | 201 'export_dependent_settings': [ |
201 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', | 202 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', |
202 ], | 203 ], |
203 }], | 204 }], |
204 ], | 205 ], |
205 }, # target libjingle_peerconnection | 206 }, # target libjingle_peerconnection |
206 ], # targets | 207 ], # targets |
207 } | 208 } |
OLD | NEW |