2016-07-01 15:22:01 +00:00
|
|
|
# Copyright 2016 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'sksl',
|
|
|
|
'type': 'static_library',
|
|
|
|
'standalone_static_library': 1,
|
2016-10-26 18:17:04 +00:00
|
|
|
'sources': [ '<!@(python read_gni.py ../gn/sksl.gni skia_sksl_sources)' ],
|
|
|
|
'include_dirs': [
|
2016-11-20 14:52:57 +00:00
|
|
|
'../include/config',
|
|
|
|
'../include/core',
|
|
|
|
'../include/gpu',
|
|
|
|
'../include/private',
|
|
|
|
'../include/utils',
|
|
|
|
'../src/gpu',
|
|
|
|
'../src/sksl',
|
2016-10-26 18:17:04 +00:00
|
|
|
],
|
2016-07-01 15:22:01 +00:00
|
|
|
'defines': [
|
|
|
|
'SKIA'
|
|
|
|
],
|
|
|
|
'all_dependent_settings': {
|
|
|
|
'include_dirs': [
|
2016-10-12 13:39:56 +00:00
|
|
|
'<(skia_src_path)/sksl',
|
2016-07-01 15:22:01 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|