aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/etc1.gyp
blob: 7650d86f6997d02a5065321155c4e275940de832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  'variables': {
    'skia_warnings_as_errors': 0,
  },
  'targets': [
  {
    'target_name': 'libetc1',
    'type': 'static_library',
    'include_dirs' : [
      '../third_party/etc1'
    ],
    'sources': [
      '../third_party/etc1/etc1.cpp',
    ],
    'direct_dependent_settings': {
      'include_dirs': [
        '../third_party/etc1',
      ],
    },
  }],
}