ethannicholas | b3058bd | 2016-07-01 08:22:01 -0700 | [diff] [blame] | 1 | # Copyright 2016 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. |
| 5 | { |
| 6 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'sksl', |
| 9 | 'type': 'static_library', |
| 10 | 'standalone_static_library': 1, |
Mike Klein | a5fb615 | 2016-10-26 14:17:04 -0400 | [diff] [blame] | 11 | 'sources': [ '<!@(python read_gni.py ../gn/sksl.gni skia_sksl_sources)' ], |
| 12 | 'include_dirs': [ |
| 13 | '../include/config', |
| 14 | '../include/core', |
Ethan Nicholas | 7ef4b74 | 2016-11-11 15:16:46 -0500 | [diff] [blame] | 15 | '../include/gpu', |
Mike Klein | a5fb615 | 2016-10-26 14:17:04 -0400 | [diff] [blame] | 16 | '../include/private', |
Ethan Nicholas | 7ef4b74 | 2016-11-11 15:16:46 -0500 | [diff] [blame] | 17 | '../include/utils', |
| 18 | '../src/gpu', |
Mike Klein | a5fb615 | 2016-10-26 14:17:04 -0400 | [diff] [blame] | 19 | '../src/sksl', |
| 20 | ], |
ethannicholas | b3058bd | 2016-07-01 08:22:01 -0700 | [diff] [blame] | 21 | 'defines': [ |
| 22 | 'SKIA' |
| 23 | ], |
| 24 | 'all_dependent_settings': { |
| 25 | 'include_dirs': [ |
ethannicholas | 5961bc9 | 2016-10-12 06:39:56 -0700 | [diff] [blame] | 26 | '<(skia_src_path)/sksl', |
ethannicholas | b3058bd | 2016-07-01 08:22:01 -0700 | [diff] [blame] | 27 | ], |
| 28 | }, |
| 29 | }, |
| 30 | ], |
| 31 | } |