Index: third_party/WebKit/Source/core/core.gypi |
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi |
index fb8f18b17dbf37064a4248229173e8aef4df4afc..b1b9808f42aa9c5f4d22d2a69359c5af09af217e 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -44,6 +44,7 @@ |
'css/cssom/CSSKeywordValue.idl', |
'css/cssom/CSSLengthValue.idl', |
'css/cssom/CSSNumberValue.idl', |
+ 'css/cssom/CSSPerspective.idl', |
'css/cssom/CSSPositionValue.idl', |
'css/cssom/CSSRotation.idl', |
'css/cssom/CSSScale.idl', |
@@ -51,7 +52,6 @@ |
'css/cssom/CSSSkew.idl', |
'css/cssom/CSSTranslation.idl', |
'css/cssom/Matrix.idl', |
- 'css/cssom/Perspective.idl', |
'css/cssom/StylePropertyMap.idl', |
'css/cssom/StyleValue.idl', |
'css/cssom/TransformComponent.idl', |
@@ -1340,6 +1340,8 @@ |
'css/cssom/CSSNumberValue.h', |
'css/cssom/CSSOMKeywords.h', |
'css/cssom/CSSOMTypes.h', |
+ 'css/cssom/CSSPerspective.cpp', |
+ 'css/cssom/CSSPerspective.h', |
'css/cssom/CSSPositionValue.cpp', |
'css/cssom/CSSPositionValue.h', |
'css/cssom/CSSRotation.cpp', |
@@ -1358,8 +1360,6 @@ |
'css/cssom/MatrixTransformComponent.cpp', |
'css/cssom/MatrixTransformComponent.h', |
'css/cssom/MutableStylePropertyMap.h', |
- 'css/cssom/PerspectiveTransformComponent.cpp', |
- 'css/cssom/PerspectiveTransformComponent.h', |
'css/cssom/StylePropertyMap.cpp', |
'css/cssom/StylePropertyMap.h', |
'css/cssom/StyleValue.cpp', |