| 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 ea0093b25512c6093c7c36b5e758917188f2fe30..fd8d255e06079cb2e0eda1b59aacbf8c262db652 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -40,12 +40,12 @@
|
| 'css/StyleSheetList.idl',
|
| 'css/WebKitCSSMatrix.idl',
|
| 'css/cssom/CSSKeywordValue.idl',
|
| + 'css/cssom/CSSPositionValue.idl',
|
| 'css/cssom/CalcLength.idl',
|
| 'css/cssom/LengthValue.idl',
|
| 'css/cssom/Matrix.idl',
|
| 'css/cssom/NumberValue.idl',
|
| 'css/cssom/Perspective.idl',
|
| - 'css/cssom/PositionValue.idl',
|
| 'css/cssom/Rotation.idl',
|
| 'css/cssom/Scale.idl',
|
| 'css/cssom/SimpleLength.idl',
|
| @@ -1326,11 +1326,11 @@
|
| 'css/cssom/CSSKeywordValue.h',
|
| 'css/cssom/CSSOMKeywords.h',
|
| 'css/cssom/CSSOMTypes.h',
|
| + 'css/cssom/CSSPositionValue.cpp',
|
| + 'css/cssom/CSSPositionValue.h',
|
| 'css/cssom/ImmutableStylePropertyMap.h',
|
| 'css/cssom/InlineStylePropertyMap.cpp',
|
| 'css/cssom/InlineStylePropertyMap.h',
|
| - 'css/cssom/StyleCalcLength.cpp',
|
| - 'css/cssom/StyleCalcLength.h',
|
| 'css/cssom/LengthValue.cpp',
|
| 'css/cssom/LengthValue.h',
|
| 'css/cssom/MatrixTransformComponent.cpp',
|
| @@ -1339,8 +1339,6 @@
|
| 'css/cssom/NumberValue.h',
|
| 'css/cssom/PerspectiveTransformComponent.cpp',
|
| 'css/cssom/PerspectiveTransformComponent.h',
|
| - 'css/cssom/PositionValue.h',
|
| - 'css/cssom/PositionValue.cpp',
|
| 'css/cssom/RotationTransformComponent.cpp',
|
| 'css/cssom/RotationTransformComponent.h',
|
| 'css/cssom/ScaleTransformComponent.cpp',
|
| @@ -1349,6 +1347,8 @@
|
| 'css/cssom/SimpleLength.h',
|
| 'css/cssom/SkewTransformComponent.cpp',
|
| 'css/cssom/SkewTransformComponent.h',
|
| + 'css/cssom/StyleCalcLength.cpp',
|
| + 'css/cssom/StyleCalcLength.h',
|
| 'css/cssom/StylePropertyMap.cpp',
|
| 'css/cssom/StylePropertyMap.h',
|
| 'css/cssom/StyleValue.cpp',
|
|
|