robertphillips@google.com | 8cf81e0 | 2014-05-22 18:40:29 +0000 | [diff] [blame] | 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 | } |