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

Unified Diff: gyp/ktx.gyp

Issue 312353003: Initial KTX encoder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Code review changes Created 6 years, 6 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 | « no previous file | gyp/tests.gypi » ('j') | src/images/SkImageDecoder_ktx.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ktx.gyp
diff --git a/gyp/ktx.gyp b/gyp/ktx.gyp
index 2eaa941b0dcf1daa74a54ae23268841a2474b0e8..141eba1fd1857bed084deb976dd9bfbb7b4e1fec 100644
--- a/gyp/ktx.gyp
+++ b/gyp/ktx.gyp
@@ -14,7 +14,8 @@
'../third_party/ktx/ktx.cpp',
],
'dependencies': [
- 'core.gyp:*'
+ 'core.gyp:*',
+ 'etc1.gyp:libetc1',
],
'direct_dependent_settings': {
'include_dirs': [
« no previous file with comments | « no previous file | gyp/tests.gypi » ('j') | src/images/SkImageDecoder_ktx.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698