| 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 fd8d255e06079cb2e0eda1b59aacbf8c262db652..1854f43ec951bef0b830e0300edec981716b561e 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -41,12 +41,12 @@
|
| 'css/WebKitCSSMatrix.idl',
|
| 'css/cssom/CSSKeywordValue.idl',
|
| 'css/cssom/CSSPositionValue.idl',
|
| + 'css/cssom/CSSRotation.idl',
|
| 'css/cssom/CalcLength.idl',
|
| 'css/cssom/LengthValue.idl',
|
| 'css/cssom/Matrix.idl',
|
| 'css/cssom/NumberValue.idl',
|
| 'css/cssom/Perspective.idl',
|
| - 'css/cssom/Rotation.idl',
|
| 'css/cssom/Scale.idl',
|
| 'css/cssom/SimpleLength.idl',
|
| 'css/cssom/Skew.idl',
|
| @@ -1328,6 +1328,8 @@
|
| 'css/cssom/CSSOMTypes.h',
|
| 'css/cssom/CSSPositionValue.cpp',
|
| 'css/cssom/CSSPositionValue.h',
|
| + 'css/cssom/CSSRotation.cpp',
|
| + 'css/cssom/CSSRotation.h',
|
| 'css/cssom/ImmutableStylePropertyMap.h',
|
| 'css/cssom/InlineStylePropertyMap.cpp',
|
| 'css/cssom/InlineStylePropertyMap.h',
|
| @@ -1339,8 +1341,6 @@
|
| 'css/cssom/NumberValue.h',
|
| 'css/cssom/PerspectiveTransformComponent.cpp',
|
| 'css/cssom/PerspectiveTransformComponent.h',
|
| - 'css/cssom/RotationTransformComponent.cpp',
|
| - 'css/cssom/RotationTransformComponent.h',
|
| 'css/cssom/ScaleTransformComponent.cpp',
|
| 'css/cssom/ScaleTransformComponent.h',
|
| 'css/cssom/SimpleLength.cpp',
|
|
|