| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 571d48ee20dda5f971ffe1deb977c00b29a63d0a..7658b64efb1357593a1461a239bcf4c534cb2cab 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',
|
| @@ -650,6 +651,7 @@
|
| 'css/CSSValueList.cpp',
|
| 'css/CSSValuePool.cpp',
|
| 'css/CSSValuePool.h',
|
| + 'css/CSSVariablesMap.h',
|
| 'css/CSSVariableValue.h',
|
| 'css/CSSViewportRule.h',
|
| 'css/CSSViewportRule.cpp',
|
|
|