| 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 716c2abd990a3c95aceabdd51e8dec90a0d84605..e4854522ecaa7e6bfdd636430ba673d1ff177af3 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -45,12 +45,12 @@
|
| 'css/cssom/CSSNumberValue.idl',
|
| 'css/cssom/CSSPositionValue.idl',
|
| 'css/cssom/CSSRotation.idl',
|
| + 'css/cssom/CSSScale.idl',
|
| 'css/cssom/CSSSimpleLength.idl',
|
| 'css/cssom/CSSTranslation.idl',
|
| 'css/cssom/CalcLength.idl',
|
| 'css/cssom/Matrix.idl',
|
| 'css/cssom/Perspective.idl',
|
| - 'css/cssom/Scale.idl',
|
| 'css/cssom/Skew.idl',
|
| 'css/cssom/StylePropertyMap.idl',
|
| 'css/cssom/StyleValue.idl',
|
| @@ -1341,6 +1341,8 @@
|
| 'css/cssom/CSSPositionValue.h',
|
| 'css/cssom/CSSRotation.cpp',
|
| 'css/cssom/CSSRotation.h',
|
| + 'css/cssom/CSSScale.cpp',
|
| + 'css/cssom/CSSScale.h',
|
| 'css/cssom/CSSSimpleLength.cpp',
|
| 'css/cssom/CSSSimpleLength.h',
|
| 'css/cssom/CSSTranslation.cpp',
|
| @@ -1353,8 +1355,6 @@
|
| 'css/cssom/MutableStylePropertyMap.h',
|
| 'css/cssom/PerspectiveTransformComponent.cpp',
|
| 'css/cssom/PerspectiveTransformComponent.h',
|
| - 'css/cssom/ScaleTransformComponent.cpp',
|
| - 'css/cssom/ScaleTransformComponent.h',
|
| 'css/cssom/SkewTransformComponent.cpp',
|
| 'css/cssom/SkewTransformComponent.h',
|
| 'css/cssom/StyleCalcLength.cpp',
|
|
|