| OLD | NEW |
| 1 # Copyright 2015 Google Inc. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 1 { | 5 { |
| 2 'variables': { | 6 'variables': { |
| 3 'skia_warnings_as_errors': 0, | 7 'skia_warnings_as_errors': 0, |
| 4 }, | 8 }, |
| 5 'targets': [ | 9 'targets': [ |
| 6 { | 10 { |
| 7 'target_name': 'libSkKTX', | 11 'target_name': 'libSkKTX', |
| 8 'type': 'static_library', | 12 'type': 'static_library', |
| 9 'include_dirs' : [ | 13 'include_dirs' : [ |
| 10 '../third_party/ktx', | 14 '../third_party/ktx', |
| 11 '../include/gpu', | 15 '../include/gpu', |
| 12 '../src/core', | 16 '../src/core', |
| 13 '../src/gpu', | 17 '../src/gpu', |
| 14 '../src/utils', | 18 '../src/utils', |
| 15 ], | 19 ], |
| 16 'sources': [ | 20 'sources': [ |
| 17 '../third_party/ktx/ktx.cpp', | 21 '../third_party/ktx/ktx.cpp', |
| 18 ], | 22 ], |
| 19 'dependencies': [ | 23 'dependencies': [ |
| 20 'core.gyp:*', | 24 'core.gyp:*', |
| 21 'etc1.gyp:libetc1', | 25 'etc1.gyp:libetc1', |
| 22 ], | 26 ], |
| 23 'direct_dependent_settings': { | 27 'direct_dependent_settings': { |
| 24 'include_dirs': [ | 28 'include_dirs': [ |
| 25 '../third_party/ktx', | 29 '../third_party/ktx', |
| 26 ], | 30 ], |
| 27 }, | 31 }, |
| 28 }], | 32 }], |
| 29 } | 33 } |
| OLD | NEW |