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

Unified Diff: gyp/ktx.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/images.gyp ('k') | include/core/SkImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ktx.gyp
diff --git a/gyp/etc1.gyp b/gyp/ktx.gyp
similarity index 55%
copy from gyp/etc1.gyp
copy to gyp/ktx.gyp
index 7650d86f6997d02a5065321155c4e275940de832..2eaa941b0dcf1daa74a54ae23268841a2474b0e8 100644
--- a/gyp/etc1.gyp
+++ b/gyp/ktx.gyp
@@ -4,17 +4,21 @@
},
'targets': [
{
- 'target_name': 'libetc1',
+ 'target_name': 'libSkKTX',
'type': 'static_library',
'include_dirs' : [
- '../third_party/etc1'
+ '../third_party/ktx',
+ '../src/gpu'
],
'sources': [
- '../third_party/etc1/etc1.cpp',
+ '../third_party/ktx/ktx.cpp',
+ ],
+ 'dependencies': [
+ 'core.gyp:*'
],
'direct_dependent_settings': {
'include_dirs': [
- '../third_party/etc1',
+ '../third_party/ktx',
],
},
}],
« no previous file with comments | « gyp/images.gyp ('k') | include/core/SkImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698