| 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 c704acf8b5b76570b4a4a5acea9b72ecd4242486..42874317696744e856f9b96b06c8110c01c4d858 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -47,6 +47,7 @@
|
| 'css/cssom/CSSNumberValue.idl',
|
| 'css/cssom/CSSPerspective.idl',
|
| 'css/cssom/CSSPositionValue.idl',
|
| + 'css/cssom/CSSResourceValue.idl',
|
| 'css/cssom/CSSRotation.idl',
|
| 'css/cssom/CSSScale.idl',
|
| 'css/cssom/CSSSimpleLength.idl',
|
| @@ -1354,6 +1355,7 @@
|
| 'css/cssom/CSSPerspective.h',
|
| 'css/cssom/CSSPositionValue.cpp',
|
| 'css/cssom/CSSPositionValue.h',
|
| + 'css/cssom/CSSResourceValue.h',
|
| 'css/cssom/CSSRotation.cpp',
|
| 'css/cssom/CSSRotation.h',
|
| 'css/cssom/CSSScale.cpp',
|
| @@ -4027,6 +4029,7 @@
|
| 'css/RuleFeatureSetTest.cpp',
|
| 'css/RuleSetTest.cpp',
|
| 'css/StyleSheetContentsTest.cpp',
|
| + 'css/cssom/CSSResourceValueTest.cpp',
|
| 'css/cssom/CSSTokenStreamValueTest.cpp',
|
| 'css/cssom/CSSVariableReferenceValueTest.cpp',
|
| 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
|
|
|