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

Unified Diff: gyp/images.gyp

Issue 74793011: Add SkImageGenerator Interface (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: SkDiscardablePixelRef Created 7 years, 1 month 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/images.gyp
diff --git a/gyp/images.gyp b/gyp/images.gyp
index 7ead87efbcbe9413741483868d85e0601fa4df45..8b3b62bde92f6ecb340d6328db0b2bb31d09cf42 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -18,6 +18,8 @@
'include_dirs': [
'../include/images',
'../include/lazy',
+ # for access to SkDiscardablePixelRef.h
+ '../src/lazy',
# for access to SkErrorInternals.h
'../src/core/',
# for access to SkImagePriv.h
@@ -38,6 +40,7 @@
'../src/images/SkForceLinking.cpp',
'../src/images/SkImageDecoder.cpp',
+ '../src/images/SkDecodingImageGenerator.cpp',
'../src/images/SkImageDecoder_FactoryDefault.cpp',
'../src/images/SkImageDecoder_FactoryRegistrar.cpp',
# If decoders are added/removed to/from (all/individual)
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkImageGenerator.h » ('j') | src/lazy/SkDiscardablePixelRef.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698