| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 0a597ac54c23b44bcd3544520a9579453476440a..6b7157485c04ab1bea17626bc12114a12f167d6a 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1080,6 +1080,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',
|
| @@ -1168,8 +1170,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',
|
|
|