| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 8862cf7cded977f1555d1c11794ddae8c47162fc..47eb3f4bbb728665246130666c4638ea39213c46 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2384,6 +2384,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',
|
| @@ -3249,6 +3251,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',
|
|
|