| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index bca5b042a0b450905cbbdc453b451e6907374875..64c1b66beb231c0c0e0e18b319245882ea691f0e 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1125,6 +1125,7 @@
|
| 'css/CSSUnsetValue.h',
|
| 'css/CSSValue.cpp',
|
| 'css/CSSValueList.cpp',
|
| + 'css/CSSValueObject.cpp',
|
| 'css/CSSValuePool.cpp',
|
| 'css/CSSValuePool.h',
|
| 'css/CSSViewportRule.cpp',
|
| @@ -3825,15 +3826,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',
|
| @@ -3842,6 +3843,7 @@
|
| 'css/parser/SizesAttributeParserTest.cpp',
|
| 'css/parser/SizesCalcParserTest.cpp',
|
| 'css/resolver/FontBuilderTest.cpp',
|
| + 'css/RuleSetTest.cpp',
|
| 'dom/ActiveDOMObjectTest.cpp',
|
| 'dom/AttrTest.cpp',
|
| 'dom/CrossThreadTaskTest.cpp',
|
|
|