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 bfedd0d19acca03f9cf40c35502cb08e854ce7e6..de94d14ded4089b3828be329b9f0dfd01e666e59 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -46,6 +46,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', |
@@ -1259,6 +1260,7 @@ |
'css/StyleSheetContents.h', |
'css/StyleSheetList.cpp', |
'css/StyleSheetList.h', |
+ 'css/cssom/ImmutableStylePropertyMap.h', |
'css/cssom/StyleCalcLength.cpp', |
'css/cssom/StyleCalcLength.h', |
'css/cssom/KeywordValue.cpp', |
@@ -1267,11 +1269,14 @@ |
'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', |