| 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 ac6610157763facfe95371ae1a79f565b1710021..3205504894bb216a2eaaa27b8acd6ec1c9c9add1 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -421,6 +421,7 @@
|
| 'animation/DocumentAnimation.idl',
|
| 'animation/ElementAnimation.idl',
|
| 'css/DocumentFontFaceSet.idl',
|
| + 'css/cssom/WindowGetComputedStyle.idl',
|
| 'dom/ChildNode.idl',
|
| 'dom/DocumentFullscreen.idl',
|
| 'dom/DocumentOrShadowRoot.idl',
|
| @@ -1356,6 +1357,8 @@
|
| 'css/cssom/CSSSkew.h',
|
| 'css/cssom/CSSTranslation.cpp',
|
| 'css/cssom/CSSTranslation.h',
|
| + 'css/cssom/ComputedStylePropertyMap.cpp',
|
| + 'css/cssom/ComputedStylePropertyMap.h',
|
| 'css/cssom/ImmutableStylePropertyMap.h',
|
| 'css/cssom/InlineStylePropertyMap.cpp',
|
| 'css/cssom/InlineStylePropertyMap.h',
|
| @@ -1371,6 +1374,7 @@
|
| 'css/cssom/TransformComponent.h',
|
| 'css/cssom/TransformValue.cpp',
|
| 'css/cssom/TransformValue.h',
|
| + 'css/cssom/WindowGetComputedStyle.h',
|
| 'css/invalidation/InvalidationSet.cpp',
|
| 'css/invalidation/InvalidationSet.h',
|
| 'css/invalidation/PendingInvalidations.h',
|
|
|