| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index b7744d1fe68688a53b28581c46e819a33c7fff57..e496d137daffe9c1a4297de70189631e52d4da7f 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2410,6 +2410,8 @@
|
| 'html/PublicURLManager.cpp',
|
| 'html/RadioNodeList.cpp',
|
| 'html/RadioNodeList.h',
|
| + 'html/StableState.cpp',
|
| + 'html/StableState.h',
|
| 'html/TextDocument.cpp',
|
| 'html/TextDocument.h',
|
| 'html/TextMetrics.h',
|
| @@ -3274,6 +3276,7 @@
|
| 'frame/ImageBitmapTest.cpp',
|
| 'html/HTMLDimensionTest.cpp',
|
| 'html/LinkRelAttributeTest.cpp',
|
| + 'html/StableStateTest.cpp',
|
| 'html/TimeRangesTest.cpp',
|
| 'html/parser/HTMLParserThreadTest.cpp',
|
| 'html/track/vtt/BufferedLineReaderTest.cpp',
|
|
|