| 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 5046f527033c05b7d2a63dbd34458f34f88d11cf..6b5eca5593f787ec3efcf5d9c105c1a8a022a92f 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -48,10 +48,10 @@
|
| 'css/cssom/CSSRotation.idl',
|
| 'css/cssom/CSSScale.idl',
|
| 'css/cssom/CSSSimpleLength.idl',
|
| + 'css/cssom/CSSSkew.idl',
|
| 'css/cssom/CSSTranslation.idl',
|
| 'css/cssom/Matrix.idl',
|
| 'css/cssom/Perspective.idl',
|
| - 'css/cssom/Skew.idl',
|
| 'css/cssom/StylePropertyMap.idl',
|
| 'css/cssom/StyleValue.idl',
|
| 'css/cssom/TransformComponent.idl',
|
| @@ -1347,6 +1347,8 @@
|
| 'css/cssom/CSSScale.h',
|
| 'css/cssom/CSSSimpleLength.cpp',
|
| 'css/cssom/CSSSimpleLength.h',
|
| + 'css/cssom/CSSSkew.cpp',
|
| + 'css/cssom/CSSSkew.h',
|
| 'css/cssom/CSSTranslation.cpp',
|
| 'css/cssom/CSSTranslation.h',
|
| 'css/cssom/ImmutableStylePropertyMap.h',
|
| @@ -1357,8 +1359,6 @@
|
| 'css/cssom/MutableStylePropertyMap.h',
|
| 'css/cssom/PerspectiveTransformComponent.cpp',
|
| 'css/cssom/PerspectiveTransformComponent.h',
|
| - 'css/cssom/SkewTransformComponent.cpp',
|
| - 'css/cssom/SkewTransformComponent.h',
|
| 'css/cssom/StylePropertyMap.cpp',
|
| 'css/cssom/StylePropertyMap.h',
|
| 'css/cssom/StyleValue.cpp',
|
|
|