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

Unified Diff: gyp/images.gyp

Issue 23004008: Don't require getLength on Mac. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 | « no previous file | src/ports/SkImageDecoder_CG.cpp » ('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 7abaac23ed349b44eea8dddc20e490f719ac9906..7ead87efbcbe9413741483868d85e0601fa4df45 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -22,6 +22,8 @@
'../src/core/',
# for access to SkImagePriv.h
'../src/image/',
+ # So src/ports/SkImageDecoder_CG can access SkStreamHelpers.h
+ '../src/images/',
],
'sources': [
'../include/images/SkForceLinking.h',
« no previous file with comments | « no previous file | src/ports/SkImageDecoder_CG.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698