| 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 8b480523de889737cf5b4724043ddb9c93981ae8..7bc3383d75ad263a2a3ab33121b4cdf6eb519aae 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -39,16 +39,16 @@
|
| 'css/StyleSheet.idl',
|
| 'css/StyleSheetList.idl',
|
| 'css/WebKitCSSMatrix.idl',
|
| - 'css/cssom/CalcLength.idl',
|
| + 'css/cssom/CSSCalcLength.idl',
|
| + 'css/cssom/CSSLengthValue.idl',
|
| + 'css/cssom/CSSSimpleLength.idl',
|
| 'css/cssom/KeywordValue.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',
|
| 'css/cssom/Skew.idl',
|
| 'css/cssom/StylePropertyMap.idl',
|
| 'css/cssom/StyleValue.idl',
|
| @@ -1324,31 +1324,31 @@
|
| 'css/StyleSheetContents.h',
|
| 'css/StyleSheetList.cpp',
|
| 'css/StyleSheetList.h',
|
| + 'css/cssom/CSSLengthValue.cpp',
|
| + 'css/cssom/CSSLengthValue.h',
|
| 'css/cssom/CSSOMKeywords.h',
|
| 'css/cssom/CSSOMTypes.h',
|
| + 'css/cssom/CSSSimpleLength.cpp',
|
| + 'css/cssom/CSSSimpleLength.h',
|
| + 'css/cssom/CSSStyleCalcLength.cpp',
|
| + 'css/cssom/CSSStyleCalcLength.h',
|
| 'css/cssom/ImmutableStylePropertyMap.h',
|
| 'css/cssom/InlineStylePropertyMap.cpp',
|
| 'css/cssom/InlineStylePropertyMap.h',
|
| - 'css/cssom/StyleCalcLength.cpp',
|
| - 'css/cssom/StyleCalcLength.h',
|
| 'css/cssom/KeywordValue.cpp',
|
| 'css/cssom/KeywordValue.h',
|
| - 'css/cssom/LengthValue.cpp',
|
| - 'css/cssom/LengthValue.h',
|
| '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/PositionValue.h',
|
| 'css/cssom/PositionValue.cpp',
|
| + 'css/cssom/PositionValue.h',
|
| 'css/cssom/RotationTransformComponent.cpp',
|
| 'css/cssom/RotationTransformComponent.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/StylePropertyMap.cpp',
|
|
|