| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 197ce09e33715c9bf44df425521105beb833bc18..b49007b48ac22c3a4c5301b6621fd3cb974206f1 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -12,6 +12,7 @@
|
| 'css/CSSMediaRule.idl',
|
| 'css/CSSPageRule.idl',
|
| 'css/CSSPrimitiveValue.idl',
|
| + 'css/CSSRegion.idl',
|
| 'css/CSSRule.idl',
|
| 'css/CSSRuleList.idl',
|
| 'css/CSSStyleDeclaration.idl',
|
| @@ -679,6 +680,7 @@
|
| 'css/CSSProperty.cpp',
|
| 'css/CSSPropertySourceData.cpp',
|
| 'css/CSSReflectValue.cpp',
|
| + 'css/CSSRegion.h',
|
| 'css/CSSRegionRule.cpp',
|
| 'css/CSSRegionRule.h',
|
| 'css/CSSRule.cpp',
|
|
|