| 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 60a2e0d8dc26343387aa394afae77b0c935776c8..c1971ba9cc6c20c5f4b5d4624581de9e9dbedee1 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -420,6 +420,7 @@
|
| 'animation/DocumentAnimation.idl',
|
| 'animation/ElementAnimation.idl',
|
| 'css/DocumentFontFaceSet.idl',
|
| + 'css/cssom/WindowGetComputedStyle.idl',
|
| 'dom/ChildNode.idl',
|
| 'dom/DocumentFullscreen.idl',
|
| 'dom/DocumentOrShadowRoot.idl',
|
| @@ -1314,6 +1315,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',
|
| @@ -1350,6 +1353,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',
|
|
|