• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  'variables': {
3    'skia_warnings_as_errors': 0,
4  },
5  'targets': [
6  {
7    'target_name': 'libetc1',
8    'type': 'static_library',
9    'include_dirs' : [
10      '../third_party/etc1'
11    ],
12    'sources': [
13      '../third_party/etc1/etc1.cpp',
14    ],
15    'direct_dependent_settings': {
16      'include_dirs': [
17        '../third_party/etc1',
18      ],
19    },
20  }],
21}
22