| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index f05128a279760bbedaea1ef15c584d467723e1b9..c55ce679b29a7e0f9d1da317c6e09d53611eeada 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',
|
| @@ -652,6 +653,7 @@
|
| 'css/CSSValueList.cpp',
|
| 'css/CSSValuePool.cpp',
|
| 'css/CSSValuePool.h',
|
| + 'css/CSSVariablesMap.h',
|
| 'css/CSSVariableValue.h',
|
| 'css/CSSViewportRule.h',
|
| 'css/CSSViewportRule.cpp',
|
|
|