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

Unified Diff: media/base/BUILD.gn

Issue 688423003: [Cast] VideoFrameFactory interface to vend frames with encoder affinity. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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 | media/cast/BUILD.gn » ('j') | media/cast/cast_sender.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 295945fdeeda5aa3c2e30d9647b7604adb923a04..1ba04fc4a7f6b42cd44319f3e7166b12f95da066 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -251,6 +251,8 @@ source_set("base_for_cast_ios") {
sources = [
"video_frame.cc",
"video_frame.h",
+ "video_frame_pool.cc",
+ "video_frame_pool.h",
]
configs += [ "//media:media_config" ]
all_dependent_configs = [ ":base_for_cast_ios_dependent_config" ]
« no previous file with comments | « no previous file | media/cast/BUILD.gn » ('j') | media/cast/cast_sender.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698