Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: talk/libjingle.gyp

Issue 1187573004: iOS HW H264 support. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Fix partial availability errors Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'app/webrtc/objc/RTCStatsReport+Internal.h', 269 'app/webrtc/objc/RTCStatsReport+Internal.h',
270 'app/webrtc/objc/RTCStatsReport.mm', 270 'app/webrtc/objc/RTCStatsReport.mm',
271 'app/webrtc/objc/RTCVideoCapturer+Internal.h', 271 'app/webrtc/objc/RTCVideoCapturer+Internal.h',
272 'app/webrtc/objc/RTCVideoCapturer.mm', 272 'app/webrtc/objc/RTCVideoCapturer.mm',
273 'app/webrtc/objc/RTCVideoRendererAdapter.h', 273 'app/webrtc/objc/RTCVideoRendererAdapter.h',
274 'app/webrtc/objc/RTCVideoRendererAdapter.mm', 274 'app/webrtc/objc/RTCVideoRendererAdapter.mm',
275 'app/webrtc/objc/RTCVideoSource+Internal.h', 275 'app/webrtc/objc/RTCVideoSource+Internal.h',
276 'app/webrtc/objc/RTCVideoSource.mm', 276 'app/webrtc/objc/RTCVideoSource.mm',
277 'app/webrtc/objc/RTCVideoTrack+Internal.h', 277 'app/webrtc/objc/RTCVideoTrack+Internal.h',
278 'app/webrtc/objc/RTCVideoTrack.mm', 278 'app/webrtc/objc/RTCVideoTrack.mm',
279 'app/webrtc/objc/h264decoderfactory.cc',
280 'app/webrtc/objc/h264decoderfactory.h',
281 'app/webrtc/objc/h264encoderfactory.cc',
282 'app/webrtc/objc/h264encoderfactory.h',
279 'app/webrtc/objc/public/RTCAudioSource.h', 283 'app/webrtc/objc/public/RTCAudioSource.h',
280 'app/webrtc/objc/public/RTCAudioTrack.h', 284 'app/webrtc/objc/public/RTCAudioTrack.h',
281 'app/webrtc/objc/public/RTCDataChannel.h', 285 'app/webrtc/objc/public/RTCDataChannel.h',
282 'app/webrtc/objc/public/RTCI420Frame.h', 286 'app/webrtc/objc/public/RTCI420Frame.h',
283 'app/webrtc/objc/public/RTCICECandidate.h', 287 'app/webrtc/objc/public/RTCICECandidate.h',
284 'app/webrtc/objc/public/RTCICEServer.h', 288 'app/webrtc/objc/public/RTCICEServer.h',
285 'app/webrtc/objc/public/RTCMediaConstraints.h', 289 'app/webrtc/objc/public/RTCMediaConstraints.h',
286 'app/webrtc/objc/public/RTCMediaSource.h', 290 'app/webrtc/objc/public/RTCMediaSource.h',
287 'app/webrtc/objc/public/RTCMediaStream.h', 291 'app/webrtc/objc/public/RTCMediaStream.h',
288 'app/webrtc/objc/public/RTCMediaStreamTrack.h', 292 'app/webrtc/objc/public/RTCMediaStreamTrack.h',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 ['OS=="android" and build_with_chromium==0', { 778 ['OS=="android" and build_with_chromium==0', {
775 'sources': [ 779 'sources': [
776 'app/webrtc/androidvideocapturer.h', 780 'app/webrtc/androidvideocapturer.h',
777 'app/webrtc/androidvideocapturer.cc', 781 'app/webrtc/androidvideocapturer.cc',
778 ], 782 ],
779 }], 783 }],
780 ], 784 ],
781 }, # target libjingle_peerconnection 785 }, # target libjingle_peerconnection
782 ], 786 ],
783 } 787 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698