| 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 2dc4fa816217d673d2fa6308fe3ed98dbb600906..4a77e5858058e2dcec70d0efe3823cdd35fc2e3b 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/CSSAngleValue.idl',
|
| 'css/cssom/CSSKeywordValue.idl',
|
| + 'css/cssom/CSSLengthValue.idl',
|
| 'css/cssom/CSSNumberValue.idl',
|
| 'css/cssom/CSSPositionValue.idl',
|
| 'css/cssom/CSSRotation.idl',
|
| 'css/cssom/CSSTranslation.idl',
|
| 'css/cssom/CalcLength.idl',
|
| - 'css/cssom/LengthValue.idl',
|
| 'css/cssom/Matrix.idl',
|
| 'css/cssom/Perspective.idl',
|
| 'css/cssom/Scale.idl',
|
| @@ -1330,6 +1330,8 @@
|
| 'css/cssom/CSSAngleValue.h',
|
| 'css/cssom/CSSKeywordValue.cpp',
|
| 'css/cssom/CSSKeywordValue.h',
|
| + 'css/cssom/CSSLengthValue.cpp',
|
| + 'css/cssom/CSSLengthValue.h',
|
| 'css/cssom/CSSNumberValue.h',
|
| 'css/cssom/CSSOMKeywords.h',
|
| 'css/cssom/CSSOMTypes.h',
|
| @@ -1342,8 +1344,6 @@
|
| 'css/cssom/ImmutableStylePropertyMap.h',
|
| 'css/cssom/InlineStylePropertyMap.cpp',
|
| 'css/cssom/InlineStylePropertyMap.h',
|
| - 'css/cssom/LengthValue.cpp',
|
| - 'css/cssom/LengthValue.h',
|
| 'css/cssom/MatrixTransformComponent.cpp',
|
| 'css/cssom/MatrixTransformComponent.h',
|
| 'css/cssom/MutableStylePropertyMap.h',
|
|
|