| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index e344d14c760cce6f7d51b3e7a4cd9b99e21a7859..3dff867283e2c16d661330043f9ccfdbed4b597b 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2407,6 +2407,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',
|
| @@ -3270,6 +3272,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',
|
|
|