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

Unified Diff: Source/core/core.gypi

Issue 63173020: Split VTTCue from TextTrackCue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « Source/bindings/v8/custom/V8TextTrackCueCustom.cpp ('k') | Source/core/html/track/InbandTextTrack.cpp » ('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 cf582faae4a86ee7bb650529c27da738cdf6c63a..8a30935c6e7e2cf9571b87c0bc93852af0d614c8 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -274,6 +274,7 @@
'html/track/TextTrackCueList.idl',
'html/track/TextTrackList.idl',
'html/track/TrackEvent.idl',
+ 'html/track/VTTCue.idl',
'html/track/VTTRegion.idl',
'html/track/VTTRegionList.idl',
'inspector/InjectedScriptHost.idl',
@@ -2641,6 +2642,8 @@
'html/track/TextTrackList.cpp',
'html/track/TrackBase.h',
'html/track/TrackEvent.cpp',
+ 'html/track/VTTCue.cpp',
+ 'html/track/VTTCue.h',
'html/track/VTTRegion.cpp',
'html/track/VTTRegion.h',
'html/track/VTTRegionList.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8TextTrackCueCustom.cpp ('k') | Source/core/html/track/InbandTextTrack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698