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

Unified Diff: gyp/core.gypi

Issue 1992283002: Add drawBitmapLattice() API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rewrite picture impls Created 4 years, 4 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 | « gm/lattice.cpp ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gypi
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 35312563a2c2a97e227cbd65ab77a7f80be2908d..6b1d9f4eb58526c7e227df0612027b821b201dff 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -187,8 +187,8 @@
'<(skia_src_path)/core/SkModeColorFilter.cpp',
'<(skia_src_path)/core/SkMultiPictureDraw.cpp',
'<(skia_src_path)/core/SkNextID.h',
- '<(skia_src_path)/core/SkNinePatchIter.cpp',
- '<(skia_src_path)/core/SkNinePatchIter.h',
+ '<(skia_src_path)/core/SkLatticeIter.cpp',
+ '<(skia_src_path)/core/SkLatticeIter.h',
'<(skia_src_path)/core/SkNormalBevelSource.cpp',
'<(skia_src_path)/core/SkNormalBevelSource.h',
'<(skia_src_path)/core/SkNormalMapSource.cpp',
« no previous file with comments | « gm/lattice.cpp ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698