| 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 'peerconnection.cc', | 137 'peerconnection.cc', |
| 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', |
| 148 'rtcstatsreport.h', |
| 147 'rtpparameters.h', | 149 'rtpparameters.h', |
| 148 'rtpreceiver.cc', | 150 'rtpreceiver.cc', |
| 149 'rtpreceiver.h', | 151 'rtpreceiver.h', |
| 150 'rtpreceiverinterface.h', | 152 'rtpreceiverinterface.h', |
| 151 'rtpsender.cc', | 153 'rtpsender.cc', |
| 152 'rtpsender.h', | 154 'rtpsender.h', |
| 153 'rtpsenderinterface.h', | 155 'rtpsenderinterface.h', |
| 154 'sctputils.cc', | 156 'sctputils.cc', |
| 155 'sctputils.h', | 157 'sctputils.h', |
| 156 'statscollector.cc', | 158 'statscollector.cc', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'quicdatatransport.h', | 198 'quicdatatransport.h', |
| 197 ], | 199 ], |
| 198 'export_dependent_settings': [ | 200 'export_dependent_settings': [ |
| 199 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', | 201 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', |
| 200 ], | 202 ], |
| 201 }], | 203 }], |
| 202 ], | 204 ], |
| 203 }, # target libjingle_peerconnection | 205 }, # target libjingle_peerconnection |
| 204 ], # targets | 206 ], # targets |
| 205 } | 207 } |
| OLD | NEW |