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

Unified Diff: Source/core/core.gypi

Issue 913133003: Move text track active list management to CueTimeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename to CueTimeline. Created 5 years, 10 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 | « no previous file | Source/core/html/HTMLMediaElement.h » ('j') | Source/core/html/track/CueTimeline.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index a9aa401be0e3ca6b90984d307a403ac77ad129c3..47df9fce274db25f45210cdb913e9fc59404068a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3040,6 +3040,8 @@
'html/track/AudioTrackList.h',
'html/track/AutomaticTrackSelection.cpp',
'html/track/AutomaticTrackSelection.h',
+ 'html/track/CueTimeline.cpp',
+ 'html/track/CueTimeline.h',
'html/track/InbandTextTrack.cpp',
'html/track/InbandTextTrack.h',
'html/track/LoadableTextTrack.cpp',
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.h » ('j') | Source/core/html/track/CueTimeline.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698