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 9f3cb0b5e2b4a5960e4fa7001477ba16ab23c73d..aa132d4b4f25506a393d751bf52b9aa112fef74e 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -50,10 +50,10 @@ |
'css/cssom/CSSScale.idl', |
'css/cssom/CSSSimpleLength.idl', |
'css/cssom/CSSSkew.idl', |
+ 'css/cssom/CSSStyleValue.idl', |
'css/cssom/CSSTranslation.idl', |
'css/cssom/Matrix.idl', |
'css/cssom/StylePropertyMap.idl', |
- 'css/cssom/StyleValue.idl', |
'css/cssom/TransformComponent.idl', |
'css/cssom/TransformValue.idl', |
'dom/ArrayBuffer.idl', |
@@ -1352,6 +1352,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/ImmutableStylePropertyMap.h', |
@@ -1362,8 +1364,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', |