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

Unified Diff: gyp/effects.gypi

Issue 1893193002: Split AlphaThresholdEffect out into its own file (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix test Created 4 years, 8 months 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 | include/effects/SkAlphaThresholdFilter.h » ('j') | no next file with comments »
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 24bfaf60ad4cf8b07acf756e1639d7cdd2510e9c..0106f84e2ea897ed762cc22a23f1caeab8fc7943 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -13,6 +13,8 @@
'sources': [
'<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.cpp',
'<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.h',
+ '<(skia_src_path)/effects/GrAlphaThresholdFragmentProcessor.cpp',
+ '<(skia_src_path)/effects/GrAlphaThresholdFragmentProcessor.h',
'<(skia_src_path)/effects/Sk1DPathEffect.cpp',
'<(skia_src_path)/effects/Sk2DPathEffect.cpp',
« no previous file with comments | « no previous file | include/effects/SkAlphaThresholdFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698