| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index ab108a2b2b063e431931fb297bcd28c7d0768eb4..5084ed0e9d55aa6a947016f68b03cc42c06266f4 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -3812,15 +3812,15 @@
|
| 'css/CSSSelectorTest.cpp',
|
| 'css/CSSTestHelper.cpp',
|
| 'css/CSSTestHelper.h',
|
| + 'css/CSSValueTest.cpp',
|
| 'css/CSSValueTestHelper.h',
|
| 'css/DragUpdateTest.cpp',
|
| + 'css/invalidation/DescendantInvalidationSetTest.cpp',
|
| 'css/MediaQueryEvaluatorTest.cpp',
|
| 'css/MediaQueryListTest.cpp',
|
| 'css/MediaQueryMatcherTest.cpp',
|
| 'css/MediaQuerySetTest.cpp',
|
| 'css/MediaValuesTest.cpp',
|
| - 'css/RuleSetTest.cpp',
|
| - 'css/invalidation/DescendantInvalidationSetTest.cpp',
|
| 'css/parser/CSSParserValuesTest.cpp',
|
| 'css/parser/CSSPropertyParserTest.cpp',
|
| 'css/parser/CSSSelectorParserTest.cpp',
|
| @@ -3829,6 +3829,7 @@
|
| 'css/parser/SizesAttributeParserTest.cpp',
|
| 'css/parser/SizesCalcParserTest.cpp',
|
| 'css/resolver/FontBuilderTest.cpp',
|
| + 'css/RuleSetTest.cpp',
|
| 'dom/ActiveDOMObjectTest.cpp',
|
| 'dom/CrossThreadTaskTest.cpp',
|
| 'dom/DOMImplementationTest.cpp',
|
|
|