| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 6b7157485c04ab1bea17626bc12114a12f167d6a..2bc7f2e55dbeb01ae5ad4ad326253314f2b6e45a 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1113,6 +1113,8 @@
|
| 'css/CSSUnsetValue.h',
|
| 'css/CSSValue.cpp',
|
| 'css/CSSValueList.cpp',
|
| + 'css/CSSValuePair.cpp',
|
| + 'css/CSSValuePair.h',
|
| 'css/CSSValuePool.cpp',
|
| 'css/CSSValuePool.h',
|
| 'css/CSSViewportRule.cpp',
|
| @@ -1165,8 +1167,6 @@
|
| 'css/MediaValuesDynamic.cpp',
|
| 'css/PageRuleCollector.cpp',
|
| 'css/PageRuleCollector.h',
|
| - 'css/Pair.cpp',
|
| - 'css/Pair.h',
|
| 'css/PropertySetCSSStyleDeclaration.cpp',
|
| 'css/PropertySetCSSStyleDeclaration.h',
|
| 'css/PseudoStyleRequest.h',
|
|
|