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

Unified Diff: gyp/images.gyp

Issue 302333002: Initial KTX file decoder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix includes and SkTArray 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 | « gm/etc1bitmap.cpp ('k') | gyp/utils.gyp » ('j') | src/utils/SkKTXFile.h » ('J')
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..077b494c9d2b1d82ce04ff4e8ce7ef8c7c624dd1 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -61,6 +61,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 | « gm/etc1bitmap.cpp ('k') | gyp/utils.gyp » ('j') | src/utils/SkKTXFile.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698