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 8cc52c2c4fb07b2c37884ee6ecc8434a04943be9..e5513e73a63aa54f0be41900430a26ab106be7a6 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -51,9 +51,9 @@ |
'css/cssom/CSSScale.idl', |
'css/cssom/CSSSimpleLength.idl', |
'css/cssom/CSSSkew.idl', |
+ 'css/cssom/CSSStyleValue.idl', |
'css/cssom/CSSTranslation.idl', |
'css/cssom/StylePropertyMap.idl', |
- 'css/cssom/StyleValue.idl', |
'css/cssom/TransformComponent.idl', |
'css/cssom/TransformValue.idl', |
'dom/ArrayBuffer.idl', |
@@ -1357,6 +1357,8 @@ |
'css/cssom/CSSSimpleLength.h', |
'css/cssom/CSSSkew.cpp', |
'css/cssom/CSSSkew.h', |
+ 'css/cssom/CSSStyleValue.cpp', |
+ 'css/cssom/CSSStyleValue.h', |
'css/cssom/CSSTranslation.cpp', |
'css/cssom/CSSTranslation.h', |
'css/cssom/ComputedStylePropertyMap.cpp', |
@@ -1367,8 +1369,6 @@ |
'css/cssom/MutableStylePropertyMap.h', |
'css/cssom/StylePropertyMap.cpp', |
'css/cssom/StylePropertyMap.h', |
- 'css/cssom/StyleValue.cpp', |
- 'css/cssom/StyleValue.h', |
'css/cssom/StyleValueFactory.cpp', |
'css/cssom/StyleValueFactory.h', |
'css/cssom/TransformComponent.h', |