OLD | NEW |
1 # | 1 # |
2 # libjingle | 2 # libjingle |
3 # Copyright 2012 Google Inc. | 3 # Copyright 2012 Google Inc. |
4 # | 4 # |
5 # Redistribution and use in source and binary forms, with or without | 5 # Redistribution and use in source and binary forms, with or without |
6 # modification, are permitted provided that the following conditions are met: | 6 # modification, are permitted provided that the following conditions are met: |
7 # | 7 # |
8 # 1. Redistributions of source code must retain the above copyright notice, | 8 # 1. Redistributions of source code must retain the above copyright notice, |
9 # this list of conditions and the following disclaimer. | 9 # this list of conditions and the following disclaimer. |
10 # 2. Redistributions in binary form must reproduce the above copyright notice, | 10 # 2. Redistributions in binary form must reproduce the above copyright notice, |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'dependencies': [ | 233 'dependencies': [ |
234 'libjingle_peerconnection', | 234 'libjingle_peerconnection', |
235 ], | 235 ], |
236 'sources': [ | 236 'sources': [ |
237 'app/webrtc/objc/RTCAudioTrack+Internal.h', | 237 'app/webrtc/objc/RTCAudioTrack+Internal.h', |
238 'app/webrtc/objc/RTCAudioTrack.mm', | 238 'app/webrtc/objc/RTCAudioTrack.mm', |
239 'app/webrtc/objc/RTCDataChannel+Internal.h', | 239 'app/webrtc/objc/RTCDataChannel+Internal.h', |
240 'app/webrtc/objc/RTCDataChannel.mm', | 240 'app/webrtc/objc/RTCDataChannel.mm', |
241 'app/webrtc/objc/RTCEnumConverter.h', | 241 'app/webrtc/objc/RTCEnumConverter.h', |
242 'app/webrtc/objc/RTCEnumConverter.mm', | 242 'app/webrtc/objc/RTCEnumConverter.mm', |
| 243 'app/webrtc/objc/RTCFileLogger.mm', |
243 'app/webrtc/objc/RTCI420Frame+Internal.h', | 244 'app/webrtc/objc/RTCI420Frame+Internal.h', |
244 'app/webrtc/objc/RTCI420Frame.mm', | 245 'app/webrtc/objc/RTCI420Frame.mm', |
245 'app/webrtc/objc/RTCICECandidate+Internal.h', | 246 'app/webrtc/objc/RTCICECandidate+Internal.h', |
246 'app/webrtc/objc/RTCICECandidate.mm', | 247 'app/webrtc/objc/RTCICECandidate.mm', |
247 'app/webrtc/objc/RTCICEServer+Internal.h', | 248 'app/webrtc/objc/RTCICEServer+Internal.h', |
248 'app/webrtc/objc/RTCICEServer.mm', | 249 'app/webrtc/objc/RTCICEServer.mm', |
249 'app/webrtc/objc/RTCMediaConstraints+Internal.h', | 250 'app/webrtc/objc/RTCMediaConstraints+Internal.h', |
250 'app/webrtc/objc/RTCMediaConstraints.mm', | 251 'app/webrtc/objc/RTCMediaConstraints.mm', |
251 'app/webrtc/objc/RTCMediaConstraintsNative.cc', | 252 'app/webrtc/objc/RTCMediaConstraintsNative.cc', |
252 'app/webrtc/objc/RTCMediaConstraintsNative.h', | 253 'app/webrtc/objc/RTCMediaConstraintsNative.h', |
(...skipping 20 matching lines...) Expand all Loading... |
273 'app/webrtc/objc/RTCVideoCapturer.mm', | 274 'app/webrtc/objc/RTCVideoCapturer.mm', |
274 'app/webrtc/objc/RTCVideoRendererAdapter.h', | 275 'app/webrtc/objc/RTCVideoRendererAdapter.h', |
275 'app/webrtc/objc/RTCVideoRendererAdapter.mm', | 276 'app/webrtc/objc/RTCVideoRendererAdapter.mm', |
276 'app/webrtc/objc/RTCVideoSource+Internal.h', | 277 'app/webrtc/objc/RTCVideoSource+Internal.h', |
277 'app/webrtc/objc/RTCVideoSource.mm', | 278 'app/webrtc/objc/RTCVideoSource.mm', |
278 'app/webrtc/objc/RTCVideoTrack+Internal.h', | 279 'app/webrtc/objc/RTCVideoTrack+Internal.h', |
279 'app/webrtc/objc/RTCVideoTrack.mm', | 280 'app/webrtc/objc/RTCVideoTrack.mm', |
280 'app/webrtc/objc/public/RTCAudioSource.h', | 281 'app/webrtc/objc/public/RTCAudioSource.h', |
281 'app/webrtc/objc/public/RTCAudioTrack.h', | 282 'app/webrtc/objc/public/RTCAudioTrack.h', |
282 'app/webrtc/objc/public/RTCDataChannel.h', | 283 'app/webrtc/objc/public/RTCDataChannel.h', |
| 284 'app/webrtc/objc/public/RTCFileLogger.h', |
283 'app/webrtc/objc/public/RTCI420Frame.h', | 285 'app/webrtc/objc/public/RTCI420Frame.h', |
284 'app/webrtc/objc/public/RTCICECandidate.h', | 286 'app/webrtc/objc/public/RTCICECandidate.h', |
285 'app/webrtc/objc/public/RTCICEServer.h', | 287 'app/webrtc/objc/public/RTCICEServer.h', |
286 'app/webrtc/objc/public/RTCMediaConstraints.h', | 288 'app/webrtc/objc/public/RTCMediaConstraints.h', |
287 'app/webrtc/objc/public/RTCMediaSource.h', | 289 'app/webrtc/objc/public/RTCMediaSource.h', |
288 'app/webrtc/objc/public/RTCMediaStream.h', | 290 'app/webrtc/objc/public/RTCMediaStream.h', |
289 'app/webrtc/objc/public/RTCMediaStreamTrack.h', | 291 'app/webrtc/objc/public/RTCMediaStreamTrack.h', |
290 'app/webrtc/objc/public/RTCOpenGLVideoRenderer.h', | 292 'app/webrtc/objc/public/RTCOpenGLVideoRenderer.h', |
291 'app/webrtc/objc/public/RTCPair.h', | 293 'app/webrtc/objc/public/RTCPair.h', |
292 'app/webrtc/objc/public/RTCPeerConnection.h', | 294 'app/webrtc/objc/public/RTCPeerConnection.h', |
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
773 ['OS=="android" and build_with_chromium==0', { | 775 ['OS=="android" and build_with_chromium==0', { |
774 'sources': [ | 776 'sources': [ |
775 'app/webrtc/androidvideocapturer.h', | 777 'app/webrtc/androidvideocapturer.h', |
776 'app/webrtc/androidvideocapturer.cc', | 778 'app/webrtc/androidvideocapturer.cc', |
777 ], | 779 ], |
778 }], | 780 }], |
779 ], | 781 ], |
780 }, # target libjingle_peerconnection | 782 }, # target libjingle_peerconnection |
781 ], | 783 ], |
782 } | 784 } |
OLD | NEW |