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 9e1c7d4422568c2d4909cd5509e61c461139ee53..7fcec7adc684ac3dd887a8faf8dcf49b895abdc1 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -44,8 +44,10 @@ |
'css/cssom/LengthValue.idl', |
'css/cssom/MatrixTransformComponent.idl', |
'css/cssom/NumberValue.idl', |
+ 'css/cssom/RotationTransformComponent.idl', |
'css/cssom/ScaleTransformComponent.idl', |
'css/cssom/SimpleLength.idl', |
+ 'css/cssom/SkewTransformComponent.idl', |
'css/cssom/StylePropertyMap.idl', |
'css/cssom/StyleValue.idl', |
'css/cssom/TransformComponent.idl', |
@@ -1265,10 +1267,14 @@ |
'css/cssom/MatrixTransformComponent.h', |
'css/cssom/MutableStylePropertyMap.h', |
'css/cssom/NumberValue.h', |
+ 'css/cssom/RotationTransformComponent.cpp', |
+ 'css/cssom/RotationTransformComponent.h', |
'css/cssom/ScaleTransformComponent.cpp', |
'css/cssom/ScaleTransformComponent.h', |
'css/cssom/SimpleLength.cpp', |
'css/cssom/SimpleLength.h', |
+ 'css/cssom/SkewTransformComponent.cpp', |
+ 'css/cssom/SkewTransformComponent.h', |
'css/cssom/StylePropertyMap.cpp', |
'css/cssom/StylePropertyMap.h', |
'css/cssom/StyleValue.cpp', |