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

Unified Diff: media/cast/video_sender/video_sender.gypi

Issue 116623002: Cast: Adding support for GPU accelerated encode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed merge nits Created 6 years, 11 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/video_sender/video_sender.cc ('k') | media/cast/video_sender/video_sender_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/video_sender/video_sender.gypi
diff --git a/media/cast/video_sender/video_sender.gypi b/media/cast/video_sender/video_sender.gypi
index fbf1d8b3453f6adc7d6ef0832afc3bc34d094f5f..2335578450a0861f67d3cbcd3cf7f9580c5e7435 100644
--- a/media/cast/video_sender/video_sender.gypi
+++ b/media/cast/video_sender/video_sender.gypi
@@ -14,8 +14,11 @@
'<(DEPTH)/',
],
'sources': [
+ 'external_video_encoder.h',
+ 'external_video_encoder.cc',
'video_encoder.h',
- 'video_encoder.cc',
+ 'video_encoder_impl.h',
+ 'video_encoder_impl.cc',
'video_sender.h',
'video_sender.cc',
], # source
« no previous file with comments | « media/cast/video_sender/video_sender.cc ('k') | media/cast/video_sender/video_sender_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698