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

Unified Diff: media/base/mac/BUILD.gn

Issue 531863002: Extend media glue code to support the VideoToolbox cast video encoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base-glue
Patch Set: Rework the VideoToolbox glue to allow lower-overhead calls to functions and support load failure. Created 6 years, 3 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 | media/base/mac/coremedia_glue.h » ('j') | media/base/mac/coremedia_glue.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mac/BUILD.gn
diff --git a/media/base/mac/BUILD.gn b/media/base/mac/BUILD.gn
index 263710eecd4e25a66d2a0344d1142c02e5b9d567..6274921f848f7b75097b77d4779dc3573481d0ef 100644
--- a/media/base/mac/BUILD.gn
+++ b/media/base/mac/BUILD.gn
@@ -11,6 +11,9 @@ source_set("mac") {
"avfoundation_glue.mm",
"coremedia_glue.h",
"coremedia_glue.mm",
+ "corevideo_glue.h",
+ "videotoolbox_glue.h",
+ "videotoolbox_glue.mm",
]
set_sources_assignment_filter(sources_assignment_filter)
}
« no previous file with comments | « no previous file | media/base/mac/coremedia_glue.h » ('j') | media/base/mac/coremedia_glue.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698