| 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 e528fef1d1f30b33f40ee7db1e19d747b3725355..505a00cd32101cf2eeaefc6af3ba07776df8e3df 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',
|
| @@ -1397,6 +1398,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',
|
| @@ -4065,6 +4067,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',
|
|
|