| 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 49a3f24061487dde99c6b51d27e00abb65af5f0a..ac535fba2d13c6104cb19bcfbee8eba93db922c5 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -41,6 +41,7 @@
|
| 'css/WebKitCSSMatrix.idl',
|
| 'css/cssom/CSSAngleValue.idl',
|
| 'css/cssom/CSSCalcLength.idl',
|
| + 'css/cssom/CSSImageValue.idl',
|
| 'css/cssom/CSSKeywordValue.idl',
|
| 'css/cssom/CSSLengthValue.idl',
|
| 'css/cssom/CSSMatrixTransformComponent.idl',
|
| @@ -1340,6 +1341,7 @@
|
| 'css/cssom/CSSAngleValue.h',
|
| 'css/cssom/CSSCalcLength.cpp',
|
| 'css/cssom/CSSCalcLength.h',
|
| + 'css/cssom/CSSImageValue.h',
|
| 'css/cssom/CSSKeywordValue.cpp',
|
| 'css/cssom/CSSKeywordValue.h',
|
| 'css/cssom/CSSLengthValue.cpp',
|
| @@ -4030,6 +4032,7 @@
|
| 'css/RuleSetTest.cpp',
|
| 'css/StyleSheetContentsTest.cpp',
|
| 'css/cssom/CSSResourceValueTest.cpp',
|
| + 'css/cssom/CSSStyleImageValueTest.cpp',
|
| 'css/cssom/CSSTokenStreamValueTest.cpp',
|
| 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
|
| 'css/invalidation/InvalidationSetTest.cpp',
|
|
|