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

Unified Diff: media/cast/BUILD.gn

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
« no previous file with comments | « no previous file | media/cast/cast.gyp » ('j') | media/cast/sender/h264_vt_encoder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index cb7c695fdba4c051b04f50c22eb23059689b63eb..46046e5c73b6274e24cd044f923fd6811b99a6c0 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -155,6 +155,14 @@ source_set("sender") {
"sender/vp8_encoder.h",
]
}
+
+ # iOS and OS X encoders
+ if (is_ios || is_mac) {
+ sources += [
+ "sender/h264_vt_encoder.cc",
+ "sender/h264_vt_encoder.h",
+ ]
+ }
}
source_set("receiver") {
« no previous file with comments | « no previous file | media/cast/cast.gyp » ('j') | media/cast/sender/h264_vt_encoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698