blob: e01ef1fc1701cedc9cbb460282d7fdf3fa0eb901 [file] [log] [blame]
Leon Scroggins427da6f2016-12-16 13:51:59 +00001# Copyright 2015 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5{
6 'variables': {
7 'skia_warnings_as_errors': 0,
8 },
9 'targets': [
10 {
11 'target_name': 'libSkKTX',
12 'type': 'static_library',
13 'include_dirs' : [
14 '../third_party/ktx',
15 '../include/gpu',
16 '../include/private',
17 '../src/core',
18 '../src/gpu',
19 '../src/utils',
20 ],
21 'sources': [
22 '../third_party/ktx/ktx.cpp',
23 ],
24 'dependencies': [
25 'core.gyp:*',
26 'etc1.gyp:libetc1',
27 ],
28 'direct_dependent_settings': {
29 'include_dirs': [
30 '../third_party/ktx',
31 ],
32 },
33 }],
34}