aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/effects.gypi
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-07-29 12:28:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-29 12:28:04 -0700
commit5f865b9cf11ac16e41f10d78276d6b8cf68762de (patch)
tree582daf4ae76abb74e106783a804355920803be00 /gyp/effects.gypi
parentf20488b4f2139e6ca09fee7e39b731dd8ab467db (diff)
Move LightingShader to effects
Additionally this CL: forces the light colors to be opaque forces the light direction to be normalized adds a raster implementation adds a gm Review URL: https://codereview.chromium.org/1245883003
Diffstat (limited to 'gyp/effects.gypi')
-rw-r--r--gyp/effects.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index e0ed2c43da..04dcd08875 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -45,6 +45,8 @@
'<(skia_src_path)/effects/SkLayerRasterizer.cpp',
'<(skia_src_path)/effects/SkLerpXfermode.cpp',
'<(skia_src_path)/effects/SkLightingImageFilter.cpp',
+ '<(skia_src_path)/effects/SkLightingShader.h',
+ '<(skia_src_path)/effects/SkLightingShader.cpp',
'<(skia_src_path)/effects/SkLumaColorFilter.cpp',
'<(skia_src_path)/effects/SkMagnifierImageFilter.cpp',
'<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',