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

Unified Diff: media/media.gyp

Issue 23702007: Render inband text tracks in the media pipeline (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: incorporate aaron's comments (10/16) Created 7 years, 2 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/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 686163c57be9fcb21d962f97c773d6e3b2bcf268..61803b03aaf66e3b2aa3c9aa1f22486a8c7c6c28 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -303,6 +303,11 @@
'base/stream_parser.h',
'base/stream_parser_buffer.cc',
'base/stream_parser_buffer.h',
+ 'base/text_cue.cc',
+ 'base/text_cue.h',
+ 'base/text_renderer.cc',
+ 'base/text_renderer.h',
+ 'base/text_track.cc',
'base/text_track.h',
'base/user_input_monitor.cc',
'base/user_input_monitor.h',

Powered by Google App Engine
This is Rietveld 408576698