Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: gyp/effects.gypi

Issue 1500373003: SkAlphaThresholdFilter allow flattening (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/effects/SkAlphaThresholdFilter.cpp » ('j') | src/effects/SkAlphaThresholdFilter.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/effects.gypi
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index 4c0ca575aa887e0a08c4fe324005bccdc97a612b..ed4850fe881c70c914d50d65299df8f673f3f9c2 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -17,6 +17,7 @@
'<(skia_src_path)/effects/Sk1DPathEffect.cpp',
'<(skia_src_path)/effects/Sk2DPathEffect.cpp',
'<(skia_src_path)/effects/SkAlphaThresholdFilter.cpp',
+ '<(skia_src_path)/effects/SkAlphaThresholdFilterImpl.h',
'<(skia_src_path)/effects/SkArcToPathEffect.cpp',
'<(skia_src_path)/effects/SkArithmeticMode.cpp',
'<(skia_src_path)/effects/SkArithmeticMode_gpu.cpp',
« no previous file with comments | « no previous file | src/effects/SkAlphaThresholdFilter.cpp » ('j') | src/effects/SkAlphaThresholdFilter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698