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

Unified Diff: webrtc/api/BUILD.gn

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)
Patch Set: Make rotation check clearer. Created 3 years, 11 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 | « webrtc/DEPS ('k') | webrtc/api/mediastreaminterface.h » ('j') | no next file with comments »
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 7fbcb5dab2a5a2b411d717118a20d2c1293352a6..7c5e302d65bffbaae88c7f89e9744ccb9eded22a 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -177,11 +177,17 @@ rtc_source_set("transport_api") {
rtc_source_set("video_frame_api") {
sources = [
+ "video/i420_buffer.cc",
+ "video/i420_buffer.h",
+ "video/video_frame.cc",
+ "video/video_frame.h",
+ "video/video_frame_buffer.h",
"video/video_rotation.h",
]
deps = [
"../base:rtc_base_approved",
+ "../system_wrappers",
]
# TODO(nisse): This logic is duplicated in multiple places.
« no previous file with comments | « webrtc/DEPS ('k') | webrtc/api/mediastreaminterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698