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

Unified Diff: content/content_renderer.gypi

Issue 13890012: Integrate VDA with WebRTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update the license of rtc_video_decoder.h Created 7 years, 5 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 | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index f9e311885b1c4651094989fb32d62df2ccccf40a..2cc8f330b7268c57c7995a58045f8e4608c4f393 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -499,6 +499,10 @@
'renderer/media/rtc_video_capture_delegate.h',
'renderer/media/rtc_video_capturer.cc',
'renderer/media/rtc_video_capturer.h',
+ 'renderer/media/rtc_video_decoder.cc',
+ 'renderer/media/rtc_video_decoder.h',
+ 'renderer/media/rtc_video_decoder_factory.cc',
+ 'renderer/media/rtc_video_decoder_factory.h',
'renderer/media/video_destination_handler.cc',
'renderer/media/video_destination_handler.h',
'renderer/media/video_source_handler.cc',
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698