| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 63e2c50b07e98f8243bd19c9604e127fc77cfa31..82595662b136282e1a550b7b1b79c01d2c6d45af 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1022,6 +1022,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',
|
| @@ -1114,8 +1116,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',
|
|
|