| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index 8e75de8d7adb26386150f1500eb93a47094dbb1b..8c80105d21b8fd8870e31abc8a1ae17bc5c0f168 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -44,6 +44,7 @@
|
| 'css/cssom/NumberValue.idl',
|
| 'css/cssom/ScaleTransformComponent.idl',
|
| 'css/cssom/SimpleLength.idl',
|
| + 'css/cssom/StylePropertyMap.idl',
|
| 'css/cssom/StyleValue.idl',
|
| 'css/cssom/TransformComponent.idl',
|
| 'css/cssom/TransformValue.idl',
|
| @@ -1261,6 +1262,8 @@
|
| 'css/cssom/ScaleTransformComponent.h',
|
| 'css/cssom/SimpleLength.cpp',
|
| 'css/cssom/SimpleLength.h',
|
| + 'css/cssom/StylePropertyMap.cpp',
|
| + 'css/cssom/StylePropertyMap.h',
|
| 'css/cssom/StyleValue.cpp',
|
| 'css/cssom/StyleValue.h',
|
| 'css/cssom/TransformComponent.h',
|
|
|