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..169b36945321e9840c90cc70d7ba07c2bdfe0fd5 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', |
@@ -1363,6 +1364,8 @@ |
'css/cssom/CSSSkew.h', |
'css/cssom/CSSStyleValue.cpp', |
'css/cssom/CSSStyleValue.h', |
+ 'css/cssom/CSSTokenStreamValue.cpp', |
+ 'css/cssom/CSSTokenStreamValue.h', |
'css/cssom/CSSTransformComponent.cpp', |
'css/cssom/CSSTransformComponent.h', |
'css/cssom/CSSTransformValue.cpp', |