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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'dependencies': [ | 101 'dependencies': [ |
102 '<(webrtc_root)/media/media.gyp:rtc_media', | 102 '<(webrtc_root)/media/media.gyp:rtc_media', |
103 '<(webrtc_root)/pc/pc.gyp:rtc_pc', | 103 '<(webrtc_root)/pc/pc.gyp:rtc_pc', |
104 ], | 104 ], |
105 'sources': [ | 105 'sources': [ |
106 'audiotrack.cc', | 106 'audiotrack.cc', |
107 'audiotrack.h', | 107 'audiotrack.h', |
108 'datachannel.cc', | 108 'datachannel.cc', |
109 'datachannel.h', | 109 'datachannel.h', |
110 'datachannelinterface.h', | 110 'datachannelinterface.h', |
111 'dtlsidentitystore.h', | |
112 'dtmfsender.cc', | 111 'dtmfsender.cc', |
113 'dtmfsender.h', | 112 'dtmfsender.h', |
114 'dtmfsenderinterface.h', | 113 'dtmfsenderinterface.h', |
115 'jsep.h', | 114 'jsep.h', |
116 'jsepicecandidate.cc', | 115 'jsepicecandidate.cc', |
117 'jsepicecandidate.h', | 116 'jsepicecandidate.h', |
118 'jsepsessiondescription.cc', | 117 'jsepsessiondescription.cc', |
119 'jsepsessiondescription.h', | 118 'jsepsessiondescription.h', |
120 'localaudiosource.cc', | 119 'localaudiosource.cc', |
121 'localaudiosource.h', | 120 'localaudiosource.h', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'quicdatatransport.h', | 193 'quicdatatransport.h', |
195 ], | 194 ], |
196 'export_dependent_settings': [ | 195 'export_dependent_settings': [ |
197 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', | 196 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', |
198 ], | 197 ], |
199 }], | 198 }], |
200 ], | 199 ], |
201 }, # target libjingle_peerconnection | 200 }, # target libjingle_peerconnection |
202 ], # targets | 201 ], # targets |
203 } | 202 } |
OLD | NEW |