| 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 c635ed9a9364b45914af7716c28b542faaf8704a..1a5bf29e9a783e2838c28c92d86baf0bd8533c92 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -52,6 +52,7 @@
|
| 'css/cssom/CSSSimpleLength.idl',
|
| 'css/cssom/CSSSkew.idl',
|
| 'css/cssom/CSSStyleValue.idl',
|
| + 'css/cssom/CSSTokenStreamValue.idl',
|
| 'css/cssom/CSSTransformComponent.idl',
|
| 'css/cssom/CSSTransformValue.idl',
|
| 'css/cssom/CSSTranslation.idl',
|
| @@ -1358,6 +1359,8 @@
|
| 'css/cssom/CSSStyleValue.cpp',
|
| 'css/cssom/CSSStyleValue.h',
|
| 'css/cssom/CSSStyleVariableReferenceValue.h',
|
| + 'css/cssom/CSSTokenStreamValue.cpp',
|
| + 'css/cssom/CSSTokenStreamValue.h',
|
| 'css/cssom/CSSTransformComponent.cpp',
|
| 'css/cssom/CSSTransformComponent.h',
|
| 'css/cssom/CSSTransformValue.cpp',
|
|
|