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

Unified Diff: Source/core/core.gypi

Issue 119143002: Introduce VTTScanner - a parser helper for various VTT parsing needs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: struct Run -> class Run; explicit constructor; make non-copyable. Created 6 years, 11 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/track/vtt/VTTParser.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 57ca76701ea885cc37c25bc86bd92bfc65e9e74b..ed30c6bf006d1131ab24ed9ddffc50edd34273e7 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2682,6 +2682,8 @@
'html/track/vtt/VTTRegion.h',
'html/track/vtt/VTTRegionList.cpp',
'html/track/vtt/VTTRegionList.h',
+ 'html/track/vtt/VTTScanner.cpp',
+ 'html/track/vtt/VTTScanner.h',
'html/track/vtt/VTTToken.h',
'html/track/vtt/VTTTokenizer.cpp',
'html/track/vtt/VTTTokenizer.h',
@@ -3250,6 +3252,7 @@
'html/LinkRelAttributeTest.cpp',
'html/TimeRangesTest.cpp',
'html/track/vtt/BufferedLineReaderTest.cpp',
+ 'html/track/vtt/VTTScannerTest.cpp',
'frame/ImageBitmapTest.cpp',
'platform/animation/AnimationTranslationUtilTest.cpp',
'platform/animation/TimingFunctionTestHelper.h',
« no previous file with comments | « no previous file | Source/core/html/track/vtt/VTTParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698