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

Unified Diff: gyp/gpu.gypi

Issue 1073473005: Rename DistanceFieldTextureEffect.{cpp,h} (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 | src/gpu/GrAADistanceFieldPathRenderer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index a69eba155a5b000548e981e150bea59173b68266..ada8c84bcf14e10b7272218755ae7c595fc0c129 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -225,8 +225,8 @@
'<(skia_src_path)/gpu/effects/GrDashingEffect.h',
'<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp',
'<(skia_src_path)/gpu/effects/GrDisableColorXP.h',
- '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
- '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
+ '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp',
+ '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h',
'<(skia_src_path)/gpu/effects/GrDitherEffect.cpp',
'<(skia_src_path)/gpu/effects/GrDitherEffect.h',
'<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp',
« no previous file with comments | « no previous file | src/gpu/GrAADistanceFieldPathRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698