| 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 922edf53aa19a4c324661dafaa5fa0f9bd6dc4fd..39373887ea99c27f6fcd921ccf493ced4e4bbfc9 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -55,6 +55,7 @@
|
| 'css/cssom/CSSTransformComponent.idl',
|
| 'css/cssom/CSSTransformValue.idl',
|
| 'css/cssom/CSSTranslation.idl',
|
| + 'css/cssom/CSSVariableReferenceValue.idl',
|
| 'css/cssom/StylePropertyMap.idl',
|
| 'dom/ArrayBuffer.idl',
|
| 'dom/ArrayBufferView.idl',
|
| @@ -1361,6 +1362,7 @@
|
| 'css/cssom/CSSSkew.h',
|
| 'css/cssom/CSSStyleValue.cpp',
|
| 'css/cssom/CSSStyleValue.h',
|
| + 'css/cssom/CSSStyleVariableReferenceValue.h',
|
| 'css/cssom/CSSTransformComponent.cpp',
|
| 'css/cssom/CSSTransformComponent.h',
|
| 'css/cssom/CSSTransformValue.cpp',
|
|
|