| 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 5cee13198209d8c483ebab5368dabeb650e8bfb0..bfbbe816306eac78af447c4520abbef5a0ad45a8 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',
|
| @@ -1368,6 +1369,8 @@
|
| 'css/cssom/CSSSimpleLength.h',
|
| 'css/cssom/CSSSkew.cpp',
|
| 'css/cssom/CSSSkew.h',
|
| + 'css/cssom/CSSStyleImageValue.cpp',
|
| + 'css/cssom/CSSStyleImageValue.h',
|
| 'css/cssom/CSSStyleValue.cpp',
|
| 'css/cssom/CSSStyleValue.h',
|
| 'css/cssom/CSSStyleVariableReferenceValue.h',
|
| @@ -4035,6 +4038,7 @@
|
| 'css/RuleSetTest.cpp',
|
| 'css/StyleSheetContentsTest.cpp',
|
| 'css/cssom/CSSResourceValueTest.cpp',
|
| + 'css/cssom/CSSStyleImageValueTest.cpp',
|
| 'css/cssom/CSSTokenStreamValueTest.cpp',
|
| 'css/cssom/CSSVariableReferenceValueTest.cpp',
|
| 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
|
|
|