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', |