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

Unified Diff: Source/core/core.gypi

Issue 988763002: Start separating the text track container from the media controls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 5 years, 9 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/dom/Node.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 8df7ffd2a3bebcfdbfc8b2fceeca5c6ce89ec4db..416adce82cd45cf198abf3bf3ee4afd5df1dcc9b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -711,8 +711,8 @@
'layout/LayoutTextControlMultiLine.h',
'layout/LayoutTextControlSingleLine.cpp',
'layout/LayoutTextControlSingleLine.h',
- 'layout/LayoutTextTrackContainerElement.cpp',
- 'layout/LayoutTextTrackContainerElement.h',
+ 'layout/LayoutTextTrackContainer.cpp',
+ 'layout/LayoutTextTrackContainer.h',
'layout/LayoutTheme.cpp',
'layout/LayoutTheme.h',
'layout/LayoutThemeAndroid.cpp',
@@ -3069,6 +3069,8 @@
'html/track/LoadableTextTrack.h',
'html/track/TextTrack.cpp',
'html/track/TextTrack.h',
+ 'html/track/TextTrackContainer.cpp',
+ 'html/track/TextTrackContainer.h',
'html/track/TextTrackCue.cpp',
'html/track/TextTrackCue.h',
'html/track/TextTrackCueList.cpp',
« no previous file with comments | « no previous file | Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698