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

Unified Diff: webrtc/api/api.gyp

Issue 1533193003: Move RTCI420Frame with minor style changes. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update parameter type Created 5 years 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: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index 5c6cd0df63eb6e08f707c967f3f7827051476eaf..1c693fa83596fb782fec7540bda2ebf48f7d298e 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -18,6 +18,9 @@
'<(webrtc_root)/base/base.gyp:rtc_base_objc',
],
'sources': [
+ 'objc/RTCI420Frame+Private.h',
+ 'objc/RTCI420Frame.h',
+ 'objc/RTCI420Frame.mm',
'objc/RTCIceServer+Private.h',
'objc/RTCIceServer.h',
'objc/RTCIceServer.mm',

Powered by Google App Engine
This is Rietveld 408576698