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

Unified Diff: media/cast/cast.gyp

Issue 450693006: VideoToolbox encoder for cast senders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove useless include and clean up in unit tests. 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 | « media/cast/BUILD.gn ('k') | media/cast/cast_sender_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index 3358ae17511563e7a05c779c03d5c9d2f2c40d34..a20fde601a07b29605f39a458a497d61092783d7 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -192,6 +192,13 @@
'sender/vp8_encoder.h',
],
}], # OS=="ios"
+ # iOS and OS X encoders
+ ['OS=="ios" or OS=="mac"', {
+ 'sources': [
+ 'sender/h264_vt_encoder.cc',
+ 'sender/h264_vt_encoder.h',
+ ],
+ }], # OS=="ios" or OS=="mac"
], # conditions
},
{
« no previous file with comments | « media/cast/BUILD.gn ('k') | media/cast/cast_sender_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698