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

Unified Diff: gyp/images.gyp

Issue 1018953003: Add SkEncodedFormat, used by SkCodec. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use a common enum for SkImageEncoder and SkImageDecoder and SkCodec Created 5 years, 9 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
Index: gyp/images.gyp
diff --git a/gyp/images.gyp b/gyp/images.gyp
index 75eb76b9e86325c16948b6754debc6ce1488b35b..3cf01e9ab96860843e9a3ad66b9e8e64fe4aaf52 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -15,6 +15,7 @@
'utils.gyp:utils',
],
'include_dirs': [
+ '../include/core',
'../include/images',
'../src/lazy',
# for access to SkErrorInternals.h

Powered by Google App Engine
This is Rietveld 408576698