| 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 ef2d0722d7e45ef88eb6f838ca3c49f6167453d5..ed89363a7e0a0236c2d7a82bb2eaac803332c0d8 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1366,6 +1366,8 @@
|
| 'css/cssom/CSSTranslation.h',
|
| 'css/cssom/ComputedStylePropertyMap.cpp',
|
| 'css/cssom/ComputedStylePropertyMap.h',
|
| + 'css/cssom/FilteredComputedStylePropertyMap.cpp',
|
| + 'css/cssom/FilteredComputedStylePropertyMap.h',
|
| 'css/cssom/ImmutableStylePropertyMap.h',
|
| 'css/cssom/InlineStylePropertyMap.cpp',
|
| 'css/cssom/InlineStylePropertyMap.h',
|
| @@ -3983,6 +3985,7 @@
|
| 'css/RuleFeatureSetTest.cpp',
|
| 'css/RuleSetTest.cpp',
|
| 'css/StyleSheetContentsTest.cpp',
|
| + 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
|
| 'css/invalidation/InvalidationSetTest.cpp',
|
| 'css/parser/CSSParserFastPathsTest.cpp',
|
| 'css/parser/CSSParserTokenTest.cpp',
|
|
|