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

Unified Diff: gyp/effects.gypi

Issue 1783823002: Generic 4f gradient T sampler fallback (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: review comments Created 4 years, 9 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 | src/effects/gradients/Sk4fGradientBase.h » ('j') | src/effects/gradients/Sk4fGradientBase.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 1c6b29eedd8493a695499e3d14dfbe0288e5a051..cfbae453e226c9ebb42b7ea20b042bd6567f8575 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -68,6 +68,7 @@
'<(skia_src_path)/effects/gradients/Sk4fGradientBase.cpp',
'<(skia_src_path)/effects/gradients/Sk4fGradientBase.h',
+ '<(skia_src_path)/effects/gradients/Sk4fGradientPriv.h',
'<(skia_src_path)/effects/gradients/Sk4fLinearGradient.cpp',
'<(skia_src_path)/effects/gradients/Sk4fLinearGradient.h',
'<(skia_src_path)/effects/gradients/SkClampRange.cpp',
« no previous file with comments | « no previous file | src/effects/gradients/Sk4fGradientBase.h » ('j') | src/effects/gradients/Sk4fGradientBase.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698