Chromium Code Reviews| 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 ec5438346245d42a85cbfd2a001dc037969af5ca..a8c605a915f71c81a73937a9b96190bf791636d6 100644 |
| --- a/third_party/WebKit/Source/core/core.gypi |
| +++ b/third_party/WebKit/Source/core/core.gypi |
| @@ -48,6 +48,7 @@ |
| 'css/cssom/CSSPerspective.idl', |
| 'css/cssom/CSSPositionValue.idl', |
| 'css/cssom/CSSRotation.idl', |
| + 'css/cssom/CSSVariableReferenceValue.idl', |
|
meade_UTC10
2016/07/06 05:40:11
This isn't in alphabetical order.
|
| 'css/cssom/CSSScale.idl', |
| 'css/cssom/CSSSimpleLength.idl', |
| 'css/cssom/CSSSkew.idl', |
| @@ -1363,6 +1364,8 @@ |
| 'css/cssom/CSSSkew.h', |
| 'css/cssom/CSSStyleValue.cpp', |
| 'css/cssom/CSSStyleValue.h', |
| + 'css/cssom/CSSStyleVariableReferenceValue.cpp', |
| + 'css/cssom/CSSStyleVariableReferenceValue.h', |
| 'css/cssom/CSSTransformComponent.cpp', |
| 'css/cssom/CSSTransformComponent.h', |
| 'css/cssom/CSSTransformValue.cpp', |