| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index d281f089235c0f9965ccca535d5e505e4c97c9af..e577a44314e3625e6cb9755e9d101a775886bfcc 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2871,6 +2871,8 @@
|
| 'platform/graphics/filters/LightSource.h',
|
| 'platform/graphics/filters/PointLightSource.cpp',
|
| 'platform/graphics/filters/PointLightSource.h',
|
| + 'platform/graphics/filters/ReferenceFilter.cpp',
|
| + 'platform/graphics/filters/ReferenceFilter.h',
|
| 'platform/graphics/filters/SkiaImageFilterBuilder.cpp',
|
| 'platform/graphics/filters/SkiaImageFilterBuilder.h',
|
| 'platform/graphics/filters/SourceAlpha.cpp',
|
| @@ -3164,6 +3166,8 @@
|
| 'webcore_svg_files': [
|
| 'rendering/style/SVGRenderStyle.cpp',
|
| 'rendering/style/SVGRenderStyleDefs.cpp',
|
| + 'rendering/svg/ReferenceFilterBuilder.cpp',
|
| + 'rendering/svg/ReferenceFilterBuilder.h',
|
| 'rendering/svg/RenderSVGBlock.cpp',
|
| 'rendering/svg/RenderSVGBlock.h',
|
| 'rendering/svg/RenderSVGContainer.cpp',
|
|
|