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

Unified Diff: gyp/images.gyp

Issue 302333002: Initial KTX file decoder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: More code comments 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
« no previous file with comments | « gyp/gpu.gyp ('k') | gyp/ktx.gyp » ('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 0062f24f1d1d56ab6102fd5e20c40da55ed4fd57..eb9db0a7e8bfc47ad84eeeaa702c5c6ea2411027 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -10,6 +10,7 @@
'core.gyp:*',
'libjpeg.gyp:*',
'etc1.gyp:libetc1',
+ 'ktx.gyp:libSkKTX',
'libwebp.gyp:libwebp',
'utils.gyp:utils',
],
@@ -61,6 +62,7 @@
# alphabetical order.
'../src/images/SkImageDecoder_wbmp.cpp',
'../src/images/SkImageDecoder_pkm.cpp',
+ '../src/images/SkImageDecoder_ktx.cpp',
'../src/images/SkImageDecoder_libbmp.cpp',
'../src/images/SkImageDecoder_libgif.cpp',
'../src/images/SkImageDecoder_libico.cpp',
« no previous file with comments | « gyp/gpu.gyp ('k') | gyp/ktx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698