blob: 5ec29796bf0545dd62cc76a8690a81eff3a0ce88 [file] [log] [blame]
ethannicholasb3058bd2016-07-01 08:22:01 -07001# 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 Kleina5fb6152016-10-26 14:17:04 -040011 'sources': [ '<!@(python read_gni.py ../gn/sksl.gni skia_sksl_sources)' ],
12 'include_dirs': [
13 '../include/config',
14 '../include/core',
Ethan Nicholas7ef4b742016-11-11 15:16:46 -050015 '../include/gpu',
Mike Kleina5fb6152016-10-26 14:17:04 -040016 '../include/private',
Ethan Nicholas7ef4b742016-11-11 15:16:46 -050017 '../include/utils',
18 '../src/gpu',
Mike Kleina5fb6152016-10-26 14:17:04 -040019 '../src/sksl',
20 ],
ethannicholasb3058bd2016-07-01 08:22:01 -070021 'defines': [
22 'SKIA'
23 ],
24 'all_dependent_settings': {
25 'include_dirs': [
ethannicholas5961bc92016-10-12 06:39:56 -070026 '<(skia_src_path)/sksl',
ethannicholasb3058bd2016-07-01 08:22:01 -070027 ],
28 },
29 },
30 ],
31}