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

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: address review comments 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 | « gyp/core.gypi ('k') | include/gpu/GrSurface.h » ('j') | no next file with comments »
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..a6692f8b9d8e1100e3685bb46e0cea6aceb441b0 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -21,6 +21,8 @@
'../src/core/',
# for access to SkImagePriv.h
'../src/image/',
+ # for access to GrSurface.h
+ '../include/gpu',
],
'sources': [
'../include/images/SkDecodingImageGenerator.h',
@@ -70,6 +72,8 @@
'../src/images/SkScaledBitmapSampler.cpp',
'../src/images/SkScaledBitmapSampler.h',
+
+ '../src/ports/SkImagesSupport_default.cpp',
'../src/ports/SkImageDecoder_CG.cpp',
'../src/ports/SkImageDecoder_WIC.cpp',
],
« no previous file with comments | « gyp/core.gypi ('k') | include/gpu/GrSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698