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

Unified Diff: media/media.gyp

Issue 13419002: Media Source dispatches inband text tracks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: incorporated aaron's comments Created 7 years, 7 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 43050971251d0f7ba198b5e5af4b3e3d4c475161..0663baa6ec6c903c4f04471002f62565787162c5 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -287,6 +287,7 @@
'base/stream_parser.h',
'base/stream_parser_buffer.cc',
'base/stream_parser_buffer.h',
+ 'base/text_track.h',
'base/video_decoder.cc',
'base/video_decoder.h',
'base/video_decoder_config.cc',
@@ -443,6 +444,8 @@
'webm/webm_tracks_parser.h',
'webm/webm_video_client.cc',
'webm/webm_video_client.h',
+ 'webm/webm_webvtt_parser.cc',
+ 'webm/webm_webvtt_parser.h'
],
'direct_dependent_settings': {
'include_dirs': [
@@ -1002,6 +1005,7 @@
'webm/webm_content_encodings_client_unittest.cc',
'webm/webm_parser_unittest.cc',
'webm/webm_tracks_parser_unittest.cc',
+ 'webm/webm_webvtt_parser_unittest.cc',
],
'conditions': [
['arm_neon == 1', {

Powered by Google App Engine
This is Rietveld 408576698