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

Unified Diff: webrtc/api/BUILD.gn

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)
Patch Set: Fix gn dependencies. Created 4 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/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index 3b93673604e40a2a05ed9e814ef57ddb8d278cd1..00216035124720735e51a1170f75f375a4034eff 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -178,11 +178,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') | webrtc/common_video/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698