| 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 b42cac5c46e4a87d6a21903f5f58f4e16b371bcd..bd5c598be449e72db3bdcd9f4f24b43db128bd75 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -41,13 +41,13 @@
|
| 'css/WebKitCSSMatrix.idl',
|
| 'css/cssom/CSSAngleValue.idl',
|
| 'css/cssom/CSSKeywordValue.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/NumberValue.idl',
|
| 'css/cssom/Perspective.idl',
|
| 'css/cssom/Scale.idl',
|
| 'css/cssom/SimpleLength.idl',
|
| @@ -1328,6 +1328,7 @@
|
| 'css/cssom/CSSAngleValue.h',
|
| 'css/cssom/CSSKeywordValue.cpp',
|
| 'css/cssom/CSSKeywordValue.h',
|
| + 'css/cssom/CSSNumberValue.h',
|
| 'css/cssom/CSSOMKeywords.h',
|
| 'css/cssom/CSSOMTypes.h',
|
| 'css/cssom/CSSPositionValue.cpp',
|
| @@ -1344,7 +1345,6 @@
|
| 'css/cssom/MatrixTransformComponent.cpp',
|
| 'css/cssom/MatrixTransformComponent.h',
|
| 'css/cssom/MutableStylePropertyMap.h',
|
| - 'css/cssom/NumberValue.h',
|
| 'css/cssom/PerspectiveTransformComponent.cpp',
|
| 'css/cssom/PerspectiveTransformComponent.h',
|
| 'css/cssom/ScaleTransformComponent.cpp',
|
|
|