blob: 7650d86f6997d02a5065321155c4e275940de832 [file] [log] [blame]
robertphillips@google.com8cf81e02014-05-22 18:40:29 +00001{
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}