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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | gyp/tests.gypi » ('j') | src/images/SkImageDecoder_ktx.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'skia_warnings_as_errors': 0, 3 'skia_warnings_as_errors': 0,
4 }, 4 },
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'libSkKTX', 7 'target_name': 'libSkKTX',
8 'type': 'static_library', 8 'type': 'static_library',
9 'include_dirs' : [ 9 'include_dirs' : [
10 '../third_party/ktx', 10 '../third_party/ktx',
11 '../src/gpu' 11 '../src/gpu'
12 ], 12 ],
13 'sources': [ 13 'sources': [
14 '../third_party/ktx/ktx.cpp', 14 '../third_party/ktx/ktx.cpp',
15 ], 15 ],
16 'dependencies': [ 16 'dependencies': [
17 'core.gyp:*' 17 'core.gyp:*',
18 'etc1.gyp:libetc1',
18 ], 19 ],
19 'direct_dependent_settings': { 20 'direct_dependent_settings': {
20 'include_dirs': [ 21 'include_dirs': [
21 '../third_party/ktx', 22 '../third_party/ktx',
22 ], 23 ],
23 }, 24 },
24 }], 25 }],
25 } 26 }
OLDNEW
« 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