| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 515e832391f1b4ef44aceba6f29d131592d7a161..b73308cf6605a9e67414a3d61636c9afa7d45f15 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -22,6 +22,7 @@
|
| 'css/CSSValue.idl',
|
| 'css/CSSValueList.idl',
|
| 'css/CSSViewportRule.idl',
|
| + 'css/CSSVariablesMap.idl',
|
| 'css/Counter.idl',
|
| 'css/FontLoader.idl',
|
| 'css/MediaList.idl',
|
| @@ -643,6 +644,7 @@
|
| 'css/CSSSelectorList.h',
|
| 'css/CSSShaderValue.cpp',
|
| 'css/CSSShaderValue.h',
|
| + 'css/CSSStyleDeclaration.cpp',
|
| 'css/CSSStyleDeclaration.h',
|
| 'css/CSSStyleRule.cpp',
|
| 'css/CSSStyleRule.h',
|
| @@ -664,6 +666,8 @@
|
| 'css/CSSValueList.cpp',
|
| 'css/CSSValuePool.cpp',
|
| 'css/CSSValuePool.h',
|
| + 'css/CSSVariablesMap.cpp',
|
| + 'css/CSSVariablesMap.h',
|
| 'css/CSSVariableValue.h',
|
| 'css/CSSViewportRule.h',
|
| 'css/CSSViewportRule.cpp',
|
|
|