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

Unified Diff: gyp/images.gyp

Issue 665913002: Move code to dump GrSurface as a png to helper files (Closed) Base URL: https://skia.googlesource.com/skia.git@separate-image-encoder-01-skimage
Patch Set: Created 6 years, 2 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/gpu/GrSurface.h » ('j') | src/gpu/GrAADistanceFieldPathRenderer.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/images.gyp
diff --git a/gyp/images.gyp b/gyp/images.gyp
index 13cf3bbf9a8c1aff95940c72d98d34558b32fc40..9cb559e5478920bfcd7e144bb6cf7997108d8e1e 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -16,11 +16,14 @@
],
'include_dirs': [
'../include/images',
+ '../src/images',
'../src/lazy',
# for access to SkErrorInternals.h
'../src/core/',
# for access to SkImagePriv.h
'../src/image/',
+ # for access to GrSurface.h
+ '../include/gpu',
],
'sources': [
'../include/images/SkDecodingImageGenerator.h',
@@ -70,6 +73,9 @@
'../src/images/SkScaledBitmapSampler.cpp',
'../src/images/SkScaledBitmapSampler.h',
+
+ '../src/images/SkImagesSupport.h',
+ '../src/ports/SkImagesSupport_default.cpp',
'../src/ports/SkImageDecoder_CG.cpp',
'../src/ports/SkImageDecoder_WIC.cpp',
],
« no previous file with comments | « no previous file | include/gpu/GrSurface.h » ('j') | src/gpu/GrAADistanceFieldPathRenderer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698