• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 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}
35