| 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 b5952b311e8451252b5e5d5e38216bd254b00af8..ec7cd01877a5636706eb16c5608eba88d09e9091 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -53,9 +53,9 @@
|
| 'css/cssom/CSSSkew.idl',
|
| 'css/cssom/CSSStyleValue.idl',
|
| 'css/cssom/CSSTransformComponent.idl',
|
| + 'css/cssom/CSSTransformValue.idl',
|
| 'css/cssom/CSSTranslation.idl',
|
| 'css/cssom/StylePropertyMap.idl',
|
| - 'css/cssom/TransformValue.idl',
|
| 'dom/ArrayBuffer.idl',
|
| 'dom/ArrayBufferView.idl',
|
| 'dom/Attr.idl',
|
| @@ -1361,6 +1361,8 @@
|
| 'css/cssom/CSSStyleValue.h',
|
| 'css/cssom/CSSTransformComponent.cpp',
|
| 'css/cssom/CSSTransformComponent.h',
|
| + 'css/cssom/CSSTransformValue.cpp',
|
| + 'css/cssom/CSSTransformValue.h',
|
| 'css/cssom/CSSTranslation.cpp',
|
| 'css/cssom/CSSTranslation.h',
|
| 'css/cssom/CSSUnsupportedStyleValue.cpp',
|
| @@ -1377,8 +1379,6 @@
|
| 'css/cssom/StylePropertyMap.h',
|
| 'css/cssom/StyleValueFactory.cpp',
|
| 'css/cssom/StyleValueFactory.h',
|
| - 'css/cssom/TransformValue.cpp',
|
| - 'css/cssom/TransformValue.h',
|
| 'css/cssom/WindowGetComputedStyle.h',
|
| 'css/invalidation/InvalidationSet.cpp',
|
| 'css/invalidation/InvalidationSet.h',
|
|
|