| 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 d7b32f6ad2420c75df7d53cb0fd4deca7264650f..5185f71eaeeba7a87a9c394ffc6d2ce198c6c44e 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1369,6 +1369,7 @@
|
| 'css/cssom/CSSTranslation.h',
|
| 'css/cssom/CSSUnsupportedStyleValue.cpp',
|
| 'css/cssom/CSSUnsupportedStyleValue.h',
|
| + 'css/cssom/CSSStyleVariableReferenceValue.h',
|
| 'css/cssom/ComputedStylePropertyMap.cpp',
|
| 'css/cssom/ComputedStylePropertyMap.h',
|
| 'css/cssom/FilteredComputedStylePropertyMap.cpp',
|
| @@ -3999,6 +4000,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',
|
|
|