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

Unified Diff: media/media.gyp

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
« media/base/mac/videotoolbox_glue.h ('K') | « media/base/mac/videotoolbox_glue.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 355312e93745729ede8145b2452204ad4001e729..f2e29052e5edb679ba5806dec895e6aec709b3eb 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -285,6 +285,9 @@
'base/mac/avfoundation_glue.mm',
'base/mac/coremedia_glue.h',
'base/mac/coremedia_glue.mm',
+ 'base/mac/corevideo_glue.h',
+ 'base/mac/videotoolbox_glue.h',
+ 'base/mac/videotoolbox_glue.mm',
'base/media.cc',
'base/media.h',
'base/media_file_checker.cc',
@@ -998,6 +1001,9 @@
['include', '^base/mac/avfoundation_glue\\.mm$'],
['include', '^base/mac/coremedia_glue\\.h$'],
['include', '^base/mac/coremedia_glue\\.mm$'],
+ ['include', '^base/mac/corevideo_glue\\.h$'],
+ ['include', '^base/mac/videotoolbox_glue\\.h$'],
+ ['include', '^base/mac/videotoolbox_glue\\.mm$'],
],
}],
], # target_conditions
« media/base/mac/videotoolbox_glue.h ('K') | « media/base/mac/videotoolbox_glue.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698