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

Unified Diff: Source/core/core.gypi

Issue 64303004: Handle buffer boundaries in the WebVTT parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix compilation warning 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 4300aaff1f068ce3b125b1a6aae9606349a8718a..d36b73b28eed3af9cc605bd92e041518730f6000 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2622,6 +2622,8 @@
'html/ime/Composition.h',
'html/ime/InputMethodContext.cpp',
'html/ime/InputMethodContext.h',
+ 'html/track/BufferedLineReader.cpp',
+ 'html/track/BufferedLineReader.h',
'html/track/InbandTextTrack.cpp',
'html/track/InbandTextTrack.h',
'html/track/LoadableTextTrack.cpp',
@@ -3518,6 +3520,7 @@
'html/HTMLDimensionTest.cpp',
'html/LinkRelAttributeTest.cpp',
'html/TimeRangesTest.cpp',
+ 'html/track/BufferedLineReaderTest.cpp',
'frame/ImageBitmapTest.cpp',
'platform/animation/AnimationTranslationUtilTest.cpp',
'platform/animation/TimingFunctionTestHelper.h',

Powered by Google App Engine
This is Rietveld 408576698