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

Unified Diff: gyp/effects.gypi

Issue 222943002: Pull Gpu shader out of SkTwoPointConicalGradient into own file (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove includes Created 6 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
Index: gyp/effects.gypi
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index 0bf31a6b38832f9f53973aa847b4d9a361c67cdc..71bc8c9f1acc7960119ddf65fff9deed47cc8a4b 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -77,6 +77,8 @@
'<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h',
'<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp',
'<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h',
+ '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_Gpu.cpp',
bsalomon 2014/04/02 21:12:04 for consistency with other suffixed file names I t
egdaniel 2014/04/03 14:36:56 done On 2014/04/02 21:12:04, bsalomon wrote:
+ '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_Gpu.h',
'<(skia_src_path)/effects/gradients/SkSweepGradient.cpp',
'<(skia_src_path)/effects/gradients/SkSweepGradient.h',

Powered by Google App Engine
This is Rietveld 408576698