blob: 609ace9ac8f48b204d224dc437c22bdc087fb0f2 [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{
brettw45d1b442016-09-06 12:43:55 -07006 'variables': {
7 'includes': [ 'skia_sources.gypi' ]
8 },
ethannicholasb3058bd2016-07-01 08:22:01 -07009 'targets': [
10 {
11 'target_name': 'sksl',
12 'type': 'static_library',
13 'standalone_static_library': 1,
brettw45d1b442016-09-06 12:43:55 -070014 'sources': [ '<@(sksl_sources)' ],
15 'include_dirs': [ '<@(sksl_include_dirs)' ],
ethannicholasb3058bd2016-07-01 08:22:01 -070016 'defines': [
17 'SKIA'
18 ],
19 'all_dependent_settings': {
20 'include_dirs': [
fmalitad214d6a2016-09-30 08:05:24 -070021 '../src/sksl',
ethannicholasb3058bd2016-07-01 08:22:01 -070022 ],
23 },
24 },
25 ],
26}