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

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2835203003: ObjC: Split out NV12 texture uploading into separate class (Closed)
Patch Set: Re-upload with high similarity Created 3 years, 8 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: webrtc/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index 721580d872875326f58ddfc2a29a58177a7f72f7..69478a472467e411d8dbb4e396ba27f5a8b3dd45 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -207,6 +207,8 @@ if (is_ios || is_mac) {
if (is_ios) {
sources += [
"objc/Framework/Classes/RTCEAGLVideoView.m",
+ "objc/Framework/Classes/RTCNV12TextureCache.h",
+ "objc/Framework/Classes/RTCNV12TextureCache.m",
"objc/Framework/Classes/RTCNativeNV12Shader.mm",
"objc/Framework/Headers/WebRTC/RTCEAGLVideoView.h",
]

Powered by Google App Engine
This is Rietveld 408576698