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

Unified Diff: webrtc/api/BUILD.gn

Issue 2847383002: Add support for multiple pixel formats in VideoFrameBuffer (Closed)
Patch Set: Add common interface for I420 and I444 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
« no previous file with comments | « no previous file | webrtc/api/video/i420_buffer.h » ('j') | webrtc/api/video/i420_buffer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index c0e84cb2b468055b7be01489bd15a7803c30d325..7465d6b56bd231f659589e82b8f9adbcab6f3e55 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -171,6 +171,7 @@ rtc_source_set("video_frame_api") {
"video/i420_buffer.h",
"video/video_frame.cc",
"video/video_frame.h",
+ "video/video_frame_buffer.cc",
"video/video_frame_buffer.h",
"video/video_rotation.h",
]
« no previous file with comments | « no previous file | webrtc/api/video/i420_buffer.h » ('j') | webrtc/api/video/i420_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698