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 14f7725fe489868afa9735ede6e400a5224e92e7..4714e68e37058f7efbc412b81967e429a089c952 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -58,6 +58,7 @@ |
'css/cssom/CSSTransformComponent.idl', |
'css/cssom/CSSTransformValue.idl', |
'css/cssom/CSSTranslation.idl', |
+ 'css/cssom/CSSURLImageValue.idl', |
'css/cssom/CSSVariableReferenceValue.idl', |
'css/cssom/StylePropertyMap.idl', |
'dom/ArrayBuffer.idl', |
@@ -1384,6 +1385,7 @@ |
'css/cssom/CSSTransformValue.h', |
'css/cssom/CSSTranslation.cpp', |
'css/cssom/CSSTranslation.h', |
+ 'css/cssom/CSSURLImageValue.h', |
'css/cssom/CSSUnsupportedStyleValue.cpp', |
'css/cssom/CSSUnsupportedStyleValue.h', |
'css/cssom/ComputedStylePropertyMap.cpp', |
@@ -4042,6 +4044,7 @@ |
'css/cssom/CSSResourceValueTest.cpp', |
'css/cssom/CSSStyleImageValueTest.cpp', |
'css/cssom/CSSTokenStreamValueTest.cpp', |
+ 'css/cssom/CSSURLImageValueTest.cpp', |
'css/cssom/CSSVariableReferenceValueTest.cpp', |
'css/cssom/FilteredComputedStylePropertyMapTest.cpp', |
'css/invalidation/InvalidationSetTest.cpp', |