| 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 054231885476bd52fae37d3b54561c89401bccb1..232e9e0a31368b23f95a2790df93bddbace3ae83 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -52,6 +52,7 @@
|
| 'css/cssom/CSSSimpleLength.idl',
|
| 'css/cssom/CSSSkew.idl',
|
| 'css/cssom/CSSStyleValue.idl',
|
| + 'css/cssom/CSSTokenStreamValue.idl',
|
| 'css/cssom/CSSTransformComponent.idl',
|
| 'css/cssom/CSSTransformValue.idl',
|
| 'css/cssom/CSSTranslation.idl',
|
| @@ -1360,6 +1361,8 @@
|
| 'css/cssom/CSSStyleValue.cpp',
|
| 'css/cssom/CSSStyleValue.h',
|
| 'css/cssom/CSSStyleVariableReferenceValue.h',
|
| + 'css/cssom/CSSTokenStreamValue.cpp',
|
| + 'css/cssom/CSSTokenStreamValue.h',
|
| 'css/cssom/CSSTransformComponent.cpp',
|
| 'css/cssom/CSSTransformComponent.h',
|
| 'css/cssom/CSSTransformValue.cpp',
|
| @@ -4009,6 +4012,7 @@
|
| 'css/RuleFeatureSetTest.cpp',
|
| 'css/RuleSetTest.cpp',
|
| 'css/StyleSheetContentsTest.cpp',
|
| + 'css/cssom/CSSTokenStreamValueTest.cpp',
|
| 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
|
| 'css/invalidation/InvalidationSetTest.cpp',
|
| 'css/parser/CSSParserFastPathsTest.cpp',
|
|
|