2015-03-25 17:22:41 +00:00
|
|
|
# Copyright 2015 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
2011-05-31 13:50:51 +00:00
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'svg',
|
2012-10-10 19:45:51 +00:00
|
|
|
'product_name': 'skia_svg',
|
2011-05-31 13:50:51 +00:00
|
|
|
'type': 'static_library',
|
2012-10-10 19:45:51 +00:00
|
|
|
'standalone_static_library': 1,
|
2013-07-22 14:39:45 +00:00
|
|
|
'dependencies': [
|
|
|
|
'skia_lib.gyp:skia_lib',
|
|
|
|
'xml.gyp:*',
|
|
|
|
],
|
2015-02-06 20:51:10 +00:00
|
|
|
'include_dirs': [
|
2015-07-28 15:55:14 +00:00
|
|
|
'../include/private',
|
2015-02-06 20:51:10 +00:00
|
|
|
'../include/svg',
|
2015-02-13 16:55:24 +00:00
|
|
|
'../src/core',
|
2015-02-06 20:51:10 +00:00
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'<(skia_include_path)/svg/SkSVGCanvas.h',
|
|
|
|
|
|
|
|
'<(skia_src_path)/svg/SkSVGCanvas.cpp',
|
|
|
|
'<(skia_src_path)/svg/SkSVGDevice.cpp',
|
|
|
|
'<(skia_src_path)/svg/SkSVGDevice.h',
|
|
|
|
],
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'../include/svg',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
2011-05-31 13:50:51 +00:00
|
|
|
],
|
|
|
|
}
|