| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 911c431a4964c2685f3b81a4489e32debc0b90bf..969c0dc09e46e235a1681f1d76c0dce2eec6b720 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1081,6 +1081,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',
|
| @@ -1169,8 +1171,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',
|
|
|