| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 31c446aad1f251c185915b4642ee2e07f1b8bff5..ee6a8c592cb6a3f8741e95c8a5b327421b3a2075 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -798,6 +798,8 @@
|
| 'style/StyleMotionData.h',
|
| 'style/StyleMotionPath.h',
|
| 'style/StyleMultiColData.cpp',
|
| + 'style/StyleObserver.cpp',
|
| + 'style/StyleObserver.h',
|
| 'style/StylePendingImage.h',
|
| 'style/StyleRareInheritedData.cpp',
|
| 'style/StyleRareNonInheritedData.cpp',
|
| @@ -3849,6 +3851,7 @@
|
| 'streams/ReadableStreamTest.cpp',
|
| 'style/ComputedStyleTest.cpp',
|
| 'style/OutlineValueTest.cpp',
|
| + 'style/StyleObserverTest.cpp',
|
| 'style/SVGComputedStyleTest.cpp',
|
| 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
|
| 'testing/PrivateScriptTestTest.cpp',
|
|
|