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

Unified Diff: Source/core/core.gypi

Issue 69993003: Split VTTCue from TextTrackCue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test 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 178ea8845a3b48cefd0fef856fc3aebe85fbeb8d..4999dc90c9db72b800369461d9c671175afe1bf5 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',
@@ -2646,6 +2647,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