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 b62ccdace711a3e04a4b94faf3c9dafd4db19033..48feded283094912ff15374210a704bdcae7f74b 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -45,6 +45,7 @@ |
'css/cssom/NumberValue.idl', |
'css/cssom/ScaleTransformComponent.idl', |
'css/cssom/SimpleLength.idl', |
+ 'css/cssom/StylePropertyMap.idl', |
'css/cssom/StyleValue.idl', |
'css/cssom/TransformComponent.idl', |
'css/cssom/TransformValue.idl', |
@@ -1253,17 +1254,21 @@ |
'css/StyleSheetContents.h', |
'css/StyleSheetList.cpp', |
'css/StyleSheetList.h', |
+ 'css/cssom/ImmutableStylePropertyMap.h', |
'css/cssom/KeywordValue.cpp', |
'css/cssom/KeywordValue.h', |
'css/cssom/LengthValue.cpp', |
'css/cssom/LengthValue.h', |
'css/cssom/MatrixTransformComponent.cpp', |
'css/cssom/MatrixTransformComponent.h', |
+ 'css/cssom/MutableStylePropertyMap.h', |
'css/cssom/NumberValue.h', |
'css/cssom/ScaleTransformComponent.cpp', |
'css/cssom/ScaleTransformComponent.h', |
'css/cssom/SimpleLength.cpp', |
'css/cssom/SimpleLength.h', |
+ 'css/cssom/StylePropertyMap.cpp', |
+ 'css/cssom/StylePropertyMap.h', |
'css/cssom/StyleValue.cpp', |
'css/cssom/StyleValue.h', |
'css/cssom/TransformComponent.h', |