| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index d483992e34dc6cadc31cccdc5cf68b6b5cc9480f..4ecf1cf072d171f2e431f2200d64992146bb8fb7 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1079,6 +1079,8 @@
|
| 'css/CSSPrimitiveValueMappings.h',
|
| 'css/CSSProperty.cpp',
|
| 'css/CSSPropertySourceData.cpp',
|
| + 'css/CSSQuadValue.cpp',
|
| + 'css/CSSQuadValue.h',
|
| 'css/CSSReflectValue.cpp',
|
| 'css/CSSRule.cpp',
|
| 'css/CSSRule.h',
|
| @@ -1167,8 +1169,6 @@
|
| 'css/PropertySetCSSStyleDeclaration.cpp',
|
| 'css/PropertySetCSSStyleDeclaration.h',
|
| 'css/PseudoStyleRequest.h',
|
| - 'css/Rect.cpp',
|
| - 'css/Rect.h',
|
| 'css/RemoteFontFaceSource.cpp',
|
| 'css/RemoteFontFaceSource.h',
|
| 'css/RuleFeature.cpp',
|
|
|