| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 31c446aad1f251c185915b4642ee2e07f1b8bff5..d483992e34dc6cadc31cccdc5cf68b6b5cc9480f 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1020,6 +1020,8 @@
|
| 'css/CSSComputedStyleDeclaration.cpp',
|
| 'css/CSSContentDistributionValue.cpp',
|
| 'css/CSSContentDistributionValue.h',
|
| + 'css/CSSCounterValue.cpp',
|
| + 'css/CSSCounterValue.h',
|
| 'css/CSSCrossfadeValue.cpp',
|
| 'css/CSSCrossfadeValue.h',
|
| 'css/CSSCursorImageValue.cpp',
|
| @@ -1112,8 +1114,6 @@
|
| 'css/CSSValuePool.h',
|
| 'css/CSSViewportRule.cpp',
|
| 'css/CSSViewportRule.h',
|
| - 'css/Counter.cpp',
|
| - 'css/Counter.h',
|
| 'css/DOMWindowCSS.cpp',
|
| 'css/DOMWindowCSS.h',
|
| 'css/DocumentFontFaceSet.cpp',
|
|
|