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 | { |
brettw | 45d1b44 | 2016-09-06 12:43:55 -0700 | [diff] [blame] | 6 | 'variables': { |
| 7 | 'includes': [ 'skia_sources.gypi' ] |
| 8 | }, |
ethannicholas | b3058bd | 2016-07-01 08:22:01 -0700 | [diff] [blame] | 9 | 'targets': [ |
| 10 | { |
| 11 | 'target_name': 'sksl', |
| 12 | 'type': 'static_library', |
| 13 | 'standalone_static_library': 1, |
brettw | 45d1b44 | 2016-09-06 12:43:55 -0700 | [diff] [blame] | 14 | 'sources': [ '<@(sksl_sources)' ], |
| 15 | 'include_dirs': [ '<@(sksl_include_dirs)' ], |
ethannicholas | b3058bd | 2016-07-01 08:22:01 -0700 | [diff] [blame] | 16 | 'defines': [ |
| 17 | 'SKIA' |
| 18 | ], |
| 19 | 'all_dependent_settings': { |
| 20 | 'include_dirs': [ |
ethannicholas | 29111a3 | 2016-09-26 13:43:47 -0700 | [diff] [blame] | 21 | '../src/sksl', |
ethannicholas | b3058bd | 2016-07-01 08:22:01 -0700 | [diff] [blame] | 22 | ], |
| 23 | }, |
| 24 | }, |
| 25 | ], |
| 26 | } |