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

Unified Diff: media/media.gyp

Issue 1636083003: H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase & posciak nits. Created 4 years, 9 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 | « media/cast/sender/video_encoder.cc ('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 f7dcdfecfb729d1a8b6cd6e0c73faf932d0d58ad..17578a2c38e9da89cca7d3568062576fd9ac524c 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -348,6 +348,8 @@
'base/mac/video_frame_mac.h',
'base/mac/videotoolbox_glue.h',
'base/mac/videotoolbox_glue.mm',
+ 'base/mac/videotoolbox_helpers.cc',
+ 'base/mac/videotoolbox_helpers.h',
'base/media.cc',
'base/media.h',
'base/media_client.cc',
@@ -2029,6 +2031,8 @@
'base/mac/video_frame_mac.h',
'base/mac/videotoolbox_glue.h',
'base/mac/videotoolbox_glue.mm',
+ 'base/mac/videotoolbox_helpers.cc',
+ 'base/mac/videotoolbox_helpers.h',
'base/simd/convert_rgb_to_yuv.h',
'base/simd/convert_rgb_to_yuv_c.cc',
'base/simd/convert_yuv_to_rgb.h',
« no previous file with comments | « media/cast/sender/video_encoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698