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

Unified Diff: talk/libjingle.gyp

Issue 1187573004: iOS HW H264 support. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Unit tests 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 side-by-side diff with in-line comments
Download patch
Index: talk/libjingle.gyp
diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp
index abeeb552e505eced0de18e0e7a20dacaea42b993..6ece3deda6e8f80ee0cf99915876d3c2e2ad6cde 100755
--- a/talk/libjingle.gyp
+++ b/talk/libjingle.gyp
@@ -276,6 +276,10 @@
'app/webrtc/objc/RTCVideoSource.mm',
'app/webrtc/objc/RTCVideoTrack+Internal.h',
'app/webrtc/objc/RTCVideoTrack.mm',
+ 'app/webrtc/objc/h264decoderfactory.cc',
+ 'app/webrtc/objc/h264decoderfactory.h',
+ 'app/webrtc/objc/h264encoderfactory.cc',
+ 'app/webrtc/objc/h264encoderfactory.h',
'app/webrtc/objc/public/RTCAudioSource.h',
'app/webrtc/objc/public/RTCAudioTrack.h',
'app/webrtc/objc/public/RTCDataChannel.h',

Powered by Google App Engine
This is Rietveld 408576698