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

Unified Diff: gyp/ktx.gyp

Issue 440783004: Add support for all compressed formats in KTX file format (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix boolean stuff Created 6 years, 4 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 | src/gpu/SkGr.cpp » ('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/ktx.gyp b/gyp/ktx.gyp
index 141eba1fd1857bed084deb976dd9bfbb7b4e1fec..32a5c32ce855ea44ed4739fd15b677eb74bf2684 100644
--- a/gyp/ktx.gyp
+++ b/gyp/ktx.gyp
@@ -8,7 +8,9 @@
'type': 'static_library',
'include_dirs' : [
'../third_party/ktx',
- '../src/gpu'
+ '../include/gpu',
+ '../src/gpu',
+ '../src/utils',
],
'sources': [
'../third_party/ktx/ktx.cpp',
« no previous file with comments | « no previous file | src/gpu/SkGr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698