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

Unified Diff: webrtc/common_video/BUILD.gn

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)
Patch Set: Rebased. 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/common_video/BUILD.gn
diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
index 0aefefd193b2014bca1f8d34757260423733c781..40803ba455474c8151fde3596397c351842aad18 100644
--- a/webrtc/common_video/BUILD.gn
+++ b/webrtc/common_video/BUILD.gn
@@ -57,6 +57,7 @@ rtc_static_library("common_video") {
deps = [
"..:webrtc_common",
+ "../api:video_frame_api",
"../base:rtc_task_queue",
"../system_wrappers",
]

Powered by Google App Engine
This is Rietveld 408576698