| 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 716c2abd990a3c95aceabdd51e8dec90a0d84605..1b6fd23c333f4f890ffc2bd21e8ccfa627c1d5bf 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -40,6 +40,7 @@
|
| 'css/StyleSheetList.idl',
|
| 'css/WebKitCSSMatrix.idl',
|
| 'css/cssom/CSSAngleValue.idl',
|
| + 'css/cssom/CSSCalcLength.idl',
|
| 'css/cssom/CSSKeywordValue.idl',
|
| 'css/cssom/CSSLengthValue.idl',
|
| 'css/cssom/CSSNumberValue.idl',
|
| @@ -47,7 +48,6 @@
|
| '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',
|
| @@ -1330,6 +1330,8 @@
|
| 'css/StyleSheetList.h',
|
| 'css/cssom/CSSAngleValue.cpp',
|
| 'css/cssom/CSSAngleValue.h',
|
| + 'css/cssom/CSSCalcLength.cpp',
|
| + 'css/cssom/CSSCalcLength.h',
|
| 'css/cssom/CSSKeywordValue.cpp',
|
| 'css/cssom/CSSKeywordValue.h',
|
| 'css/cssom/CSSLengthValue.cpp',
|
| @@ -1357,8 +1359,6 @@
|
| 'css/cssom/ScaleTransformComponent.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',
|
|
|