| 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 2239e39c1b4e15a3df2123d66b430a1a3673bd46..430ea7de14b4f129598725dae3d91943744b1b56 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -54,6 +54,7 @@
|
| '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',
|
| @@ -1296,6 +1297,8 @@
|
| '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',
|
|
|