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

Unified Diff: gyp/images.gyp

Issue 292663011: Simple PKM image decoder. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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 0fb74e6bbc55789900914cb4068e31115d210e5d..dc8f09598d0b47f19b889b6010c2594544546823 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -9,6 +9,7 @@
'dependencies': [
'core.gyp:*',
'libjpeg.gyp:*',
+ 'etc1.gyp:*',
'libwebp.gyp:libwebp',
'utils.gyp:utils',
],
@@ -59,6 +60,7 @@
# for instance.) As a result, they are deliberately not in
# alphabetical order.
'../src/images/SkImageDecoder_wbmp.cpp',
+ '../src/images/SkImageDecoder_pkm.cpp',
'../src/images/SkImageDecoder_libbmp.cpp',
'../src/images/SkImageDecoder_libgif.cpp',
'../src/images/SkImageDecoder_libico.cpp',

Powered by Google App Engine
This is Rietveld 408576698