| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index a32f77237e0cac7460bd8a1cadeb1267132cde21..70d01b604c65d57a816546b971c65bf18bdf5cdb 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2413,6 +2413,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',
|
| @@ -3276,6 +3278,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',
|
|
|