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

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: Rebase build files on top of media_for_cast_ios component defined in 581803003. 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
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index a0cad408bd41e0ecb83304d1c5d9f4f55a795231..dab4587badb687920553b4573c29fe5d7e42686d 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -186,6 +186,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
},
{

Powered by Google App Engine
This is Rietveld 408576698