| 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 dec7840dee48109ae04a81f131f1e86cd4f6a021..9f6d0a088ac425fc8dd71b124f4fb1eaa0266906 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -43,6 +43,7 @@
|
| 'css/cssom/CSSKeywordValue.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',
|
| @@ -55,7 +56,6 @@
|
| 'css/cssom/StyleValue.idl',
|
| 'css/cssom/TransformComponent.idl',
|
| 'css/cssom/TransformValue.idl',
|
| - 'css/cssom/Translation.idl',
|
| 'dom/ArrayBuffer.idl',
|
| 'dom/ArrayBufferView.idl',
|
| 'dom/Attr.idl',
|
| @@ -1333,6 +1333,8 @@
|
| 'css/cssom/CSSPositionValue.h',
|
| 'css/cssom/CSSRotation.cpp',
|
| 'css/cssom/CSSRotation.h',
|
| + 'css/cssom/CSSTranslation.cpp',
|
| + 'css/cssom/CSSTranslation.h',
|
| 'css/cssom/ImmutableStylePropertyMap.h',
|
| 'css/cssom/InlineStylePropertyMap.cpp',
|
| 'css/cssom/InlineStylePropertyMap.h',
|
| @@ -1361,8 +1363,6 @@
|
| 'css/cssom/TransformComponent.h',
|
| 'css/cssom/TransformValue.cpp',
|
| 'css/cssom/TransformValue.h',
|
| - 'css/cssom/TranslationTransformComponent.cpp',
|
| - 'css/cssom/TranslationTransformComponent.h',
|
| 'css/invalidation/InvalidationSet.cpp',
|
| 'css/invalidation/InvalidationSet.h',
|
| 'css/invalidation/PendingInvalidations.h',
|
|
|