| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'skia_warnings_as_errors': 0, | 3 'skia_warnings_as_errors': 0, |
| 4 }, | 4 }, |
| 5 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 'target_name': 'libSkKTX', | 7 'target_name': 'libSkKTX', |
| 8 'type': 'static_library', | 8 'type': 'static_library', |
| 9 'include_dirs' : [ | 9 'include_dirs' : [ |
| 10 '../third_party/ktx', | 10 '../third_party/ktx', |
| 11 '../src/gpu' | 11 '../src/gpu' |
| 12 ], | 12 ], |
| 13 'sources': [ | 13 'sources': [ |
| 14 '../third_party/ktx/ktx.cpp', | 14 '../third_party/ktx/ktx.cpp', |
| 15 ], | 15 ], |
| 16 'dependencies': [ | 16 'dependencies': [ |
| 17 'core.gyp:*' | 17 'core.gyp:*', |
| 18 'etc1.gyp:libetc1', |
| 18 ], | 19 ], |
| 19 'direct_dependent_settings': { | 20 'direct_dependent_settings': { |
| 20 'include_dirs': [ | 21 'include_dirs': [ |
| 21 '../third_party/ktx', | 22 '../third_party/ktx', |
| 22 ], | 23 ], |
| 23 }, | 24 }, |
| 24 }], | 25 }], |
| 25 } | 26 } |
| OLD | NEW |