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

Unified Diff: webkit/media/webkit_media.gypi

Issue 13419002: Media Source dispatches inband text tracks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « webkit/media/webinbandtexttrack_impl.cc ('k') | webkit/media/webmediaplayer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webkit_media.gypi
diff --git a/webkit/media/webkit_media.gypi b/webkit/media/webkit_media.gypi
index 53e3517550bb1c7d79ab0c1b6698e34c07f337a3..9a4d83c2948077810d695276e6f4b6a50145918d 100644
--- a/webkit/media/webkit_media.gypi
+++ b/webkit/media/webkit_media.gypi
@@ -73,10 +73,14 @@
'preload.h',
'simple_video_frame_provider.cc',
'simple_video_frame_provider.h',
+ 'texttrack_impl.cc',
+ 'texttrack_impl.h',
'video_frame_provider.cc',
'video_frame_provider.h',
'webaudiosourceprovider_impl.cc',
'webaudiosourceprovider_impl.h',
+ 'webinbandtexttrack_impl.cc',
+ 'webinbandtexttrack_impl.h',
'webmediaplayer_delegate.h',
'webmediaplayer_impl.cc',
'webmediaplayer_impl.h',
@@ -89,7 +93,7 @@
'webmediasourceclient_impl.cc',
'webmediasourceclient_impl.h',
'websourcebuffer_impl.cc',
- 'websourcebuffer_impl.h',
+ 'websourcebuffer_impl.h'
],
'conditions': [
['OS == "android"', {
« no previous file with comments | « webkit/media/webinbandtexttrack_impl.cc ('k') | webkit/media/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698