skia2/gyp/etc1.gyp
robertphillips@google.com 8cf81e0f4f Simple PKM image decoder.
https://codereview.chromium.org/292663011/



git-svn-id: http://skia.googlecode.com/svn/trunk@14852 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-05-22 18:40:29 +00:00

22 lines
371 B
Python

{
'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',
],
},
}],
}