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

Unified Diff: Source/core/core.gypi

Issue 868113005: Move automatic text track selection code to AutomaticTrackSelection helper (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pass TextTrackList as parameter instead. 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') | no next file with comments »
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 7b77d7852e2556dc01706db57a6e6e81e5e44fb4..2533e77d8c53bd4392616c6017d2a6ff8e02294a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3009,6 +3009,8 @@
'html/track/AudioTrack.h',
'html/track/AudioTrackList.cpp',
'html/track/AudioTrackList.h',
+ 'html/track/AutomaticTrackSelection.cpp',
+ 'html/track/AutomaticTrackSelection.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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698