| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 17af36e65e4a7f0e96f53a130086c41578e16b15..963e8f6261b38609c28ec3cf0128d05761e2b4a0 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',
|
| @@ -654,6 +655,7 @@
|
| 'css/CSSValueList.cpp',
|
| 'css/CSSValuePool.cpp',
|
| 'css/CSSValuePool.h',
|
| + 'css/CSSVariablesMap.h',
|
| 'css/CSSVariableValue.h',
|
| 'css/CSSViewportRule.h',
|
| 'css/CSSViewportRule.cpp',
|
|
|