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 ef5008fb88002e06a689674af73be750295443bc..14dbbec42e77affc3ff59704fe672113b1e81f2d 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -43,6 +43,7 @@ |
'css/cssom/CSSCalcLength.idl', |
'css/cssom/CSSKeywordValue.idl', |
'css/cssom/CSSLengthValue.idl', |
+ 'css/cssom/CSSMatrix.idl', |
'css/cssom/CSSNumberValue.idl', |
'css/cssom/CSSPerspective.idl', |
'css/cssom/CSSPositionValue.idl', |
@@ -51,7 +52,6 @@ |
'css/cssom/CSSSimpleLength.idl', |
'css/cssom/CSSSkew.idl', |
'css/cssom/CSSTranslation.idl', |
- 'css/cssom/Matrix.idl', |
'css/cssom/StylePropertyMap.idl', |
'css/cssom/StyleValue.idl', |
'css/cssom/TransformComponent.idl', |
@@ -1337,6 +1337,8 @@ |
'css/cssom/CSSKeywordValue.h', |
'css/cssom/CSSLengthValue.cpp', |
'css/cssom/CSSLengthValue.h', |
+ 'css/cssom/CSSMatrixTransformComponent.cpp', |
+ 'css/cssom/CSSMatrixTransformComponent.h', |
'css/cssom/CSSNumberValue.h', |
'css/cssom/CSSOMKeywords.h', |
'css/cssom/CSSOMTypes.h', |
@@ -1357,8 +1359,6 @@ |
'css/cssom/ImmutableStylePropertyMap.h', |
'css/cssom/InlineStylePropertyMap.cpp', |
'css/cssom/InlineStylePropertyMap.h', |
- 'css/cssom/MatrixTransformComponent.cpp', |
- 'css/cssom/MatrixTransformComponent.h', |
'css/cssom/MutableStylePropertyMap.h', |
'css/cssom/StylePropertyMap.cpp', |
'css/cssom/StylePropertyMap.h', |