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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 'localaudiosource.h', | 149 'localaudiosource.h', |
150 'mediaconstraintsinterface.cc', | 150 'mediaconstraintsinterface.cc', |
151 'mediaconstraintsinterface.h', | 151 'mediaconstraintsinterface.h', |
152 'mediacontroller.cc', | 152 'mediacontroller.cc', |
153 'mediacontroller.h', | 153 'mediacontroller.h', |
154 'mediastream.cc', | 154 'mediastream.cc', |
155 'mediastream.h', | 155 'mediastream.h', |
156 'mediastreaminterface.h', | 156 'mediastreaminterface.h', |
157 'mediastreamobserver.cc', | 157 'mediastreamobserver.cc', |
158 'mediastreamobserver.h', | 158 'mediastreamobserver.h', |
159 'mediastreamprovider.h', | |
160 'mediastreamproxy.h', | 159 'mediastreamproxy.h', |
161 'mediastreamtrack.h', | 160 'mediastreamtrack.h', |
162 'mediastreamtrackproxy.h', | 161 'mediastreamtrackproxy.h', |
163 'notifier.h', | 162 'notifier.h', |
164 'peerconnection.cc', | 163 'peerconnection.cc', |
165 'peerconnection.h', | 164 'peerconnection.h', |
166 'peerconnectionfactory.cc', | 165 'peerconnectionfactory.cc', |
167 'peerconnectionfactory.h', | 166 'peerconnectionfactory.h', |
168 'peerconnectionfactoryproxy.h', | 167 'peerconnectionfactoryproxy.h', |
169 'peerconnectioninterface.h', | 168 'peerconnectioninterface.h', |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 'quicdatatransport.h', | 244 'quicdatatransport.h', |
246 ], | 245 ], |
247 'export_dependent_settings': [ | 246 'export_dependent_settings': [ |
248 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', | 247 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', |
249 ], | 248 ], |
250 }], | 249 }], |
251 ], | 250 ], |
252 }, # target libjingle_peerconnection | 251 }, # target libjingle_peerconnection |
253 ], # targets | 252 ], # targets |
254 } | 253 } |
OLD | NEW |