| 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 6de78a8c9af921c37d87dee26024a4ab794b82ea..1b9ffac38b2c05223eac6abd7655dd208c8fdfd9 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/CSSSimpleLength.idl',
|
| 'css/cssom/CSSTranslation.idl',
|
| 'css/cssom/CalcLength.idl',
|
| 'css/cssom/Matrix.idl',
|
| 'css/cssom/Perspective.idl',
|
| 'css/cssom/Scale.idl',
|
| - 'css/cssom/SimpleLength.idl',
|
| 'css/cssom/Skew.idl',
|
| 'css/cssom/StylePropertyMap.idl',
|
| 'css/cssom/StyleValue.idl',
|
| @@ -1339,6 +1339,8 @@
|
| 'css/cssom/CSSPositionValue.h',
|
| 'css/cssom/CSSRotation.cpp',
|
| 'css/cssom/CSSRotation.h',
|
| + 'css/cssom/CSSSimpleLength.cpp',
|
| + 'css/cssom/CSSSimpleLength.h',
|
| 'css/cssom/CSSTranslation.cpp',
|
| 'css/cssom/CSSTranslation.h',
|
| 'css/cssom/ImmutableStylePropertyMap.h',
|
| @@ -1351,8 +1353,6 @@
|
| 'css/cssom/PerspectiveTransformComponent.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/StyleCalcLength.cpp',
|
|
|