| 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 34ab58251032bc1a3454fbf0be991a849f0a30d4..7e0cb76f370fc5dc7a2c434489815edcfdbef408 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -422,6 +422,7 @@
|
| 'animation/DocumentAnimation.idl',
|
| 'animation/ElementAnimation.idl',
|
| 'css/DocumentFontFaceSet.idl',
|
| + 'css/cssom/WindowGetComputedStyle.idl',
|
| 'dom/ChildNode.idl',
|
| 'dom/DocumentFullscreen.idl',
|
| 'dom/DocumentOrShadowRoot.idl',
|
| @@ -1319,6 +1320,8 @@
|
| 'css/StyleSheetList.h',
|
| 'css/cssom/CSSOMKeywords.h',
|
| 'css/cssom/CSSOMTypes.h',
|
| + 'css/cssom/ComputedStylePropertyMap.cpp',
|
| + 'css/cssom/ComputedStylePropertyMap.h',
|
| 'css/cssom/ImmutableStylePropertyMap.h',
|
| 'css/cssom/InlineStylePropertyMap.cpp',
|
| 'css/cssom/InlineStylePropertyMap.h',
|
| @@ -1355,6 +1358,7 @@
|
| 'css/cssom/TransformValue.h',
|
| 'css/cssom/TranslationTransformComponent.cpp',
|
| 'css/cssom/TranslationTransformComponent.h',
|
| + 'css/cssom/WindowGetComputedStyle.h',
|
| 'css/invalidation/InvalidationSet.cpp',
|
| 'css/invalidation/InvalidationSet.h',
|
| 'css/invalidation/PendingInvalidations.h',
|
|
|