scroggo | 3e56227 | 2015-03-25 10:22:41 -0700 | [diff] [blame] | 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. |
robertphillips@google.com | 8cf81e0 | 2014-05-22 18:40:29 +0000 | [diff] [blame] | 5 | { |
| 6 | 'variables': { |
| 7 | 'skia_warnings_as_errors': 0, |
| 8 | }, |
| 9 | 'targets': [ |
| 10 | { |
| 11 | 'target_name': 'libetc1', |
| 12 | 'type': 'static_library', |
| 13 | 'include_dirs' : [ |
mtklein | dcbaa8a | 2015-08-17 11:15:00 -0700 | [diff] [blame] | 14 | '../third_party/etc1' |
robertphillips@google.com | 8cf81e0 | 2014-05-22 18:40:29 +0000 | [diff] [blame] | 15 | ], |
| 16 | 'sources': [ |
mtklein | dcbaa8a | 2015-08-17 11:15:00 -0700 | [diff] [blame] | 17 | '../third_party/etc1/etc1.cpp', |
robertphillips@google.com | 8cf81e0 | 2014-05-22 18:40:29 +0000 | [diff] [blame] | 18 | ], |
| 19 | 'direct_dependent_settings': { |
mtklein | dcbaa8a | 2015-08-17 11:15:00 -0700 | [diff] [blame] | 20 | 'include_dirs': [ |
| 21 | '../third_party/etc1', |
robertphillips@google.com | 8cf81e0 | 2014-05-22 18:40:29 +0000 | [diff] [blame] | 22 | ], |
| 23 | }, |
| 24 | }], |
| 25 | } |