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',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
2016-07-27 01:46:34 +00:00
|
|
|
{
|
|
|
|
'target_name': 'svgdom',
|
|
|
|
'type': 'static_library',
|
|
|
|
'standalone_static_library': 1,
|
|
|
|
'dependencies': [
|
|
|
|
'skia_lib.gyp:skia_lib',
|
|
|
|
'xml.gyp:xml',
|
|
|
|
],
|
|
|
|
'include_dirs': [
|
|
|
|
'<(skia_include_path)/private',
|
|
|
|
'../experimental/svg/model',
|
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'../experimental/svg/model/SkSVGAttribute.h',
|
|
|
|
'../experimental/svg/model/SkSVGAttribute.cpp',
|
2016-08-03 17:21:11 +00:00
|
|
|
'../experimental/svg/model/SkSVGAttributeParser.h',
|
|
|
|
'../experimental/svg/model/SkSVGAttributeParser.cpp',
|
2016-08-16 22:38:51 +00:00
|
|
|
'../experimental/svg/model/SkSVGCircle.h',
|
|
|
|
'../experimental/svg/model/SkSVGCircle.cpp',
|
2016-07-27 01:46:34 +00:00
|
|
|
'../experimental/svg/model/SkSVGContainer.h',
|
|
|
|
'../experimental/svg/model/SkSVGContainer.cpp',
|
|
|
|
'../experimental/svg/model/SkSVGDOM.h',
|
|
|
|
'../experimental/svg/model/SkSVGDOM.cpp',
|
2016-08-16 22:38:51 +00:00
|
|
|
'../experimental/svg/model/SkSVGEllipse.h',
|
|
|
|
'../experimental/svg/model/SkSVGEllipse.cpp',
|
2016-07-27 01:46:34 +00:00
|
|
|
'../experimental/svg/model/SkSVGG.h',
|
|
|
|
'../experimental/svg/model/SkSVGNode.h',
|
|
|
|
'../experimental/svg/model/SkSVGNode.cpp',
|
|
|
|
'../experimental/svg/model/SkSVGPath.h',
|
|
|
|
'../experimental/svg/model/SkSVGPath.cpp',
|
2016-08-12 19:15:33 +00:00
|
|
|
'../experimental/svg/model/SkSVGPoly.h',
|
|
|
|
'../experimental/svg/model/SkSVGPoly.cpp',
|
2016-08-03 17:21:11 +00:00
|
|
|
'../experimental/svg/model/SkSVGRect.h',
|
|
|
|
'../experimental/svg/model/SkSVGRect.cpp',
|
2016-07-27 01:46:34 +00:00
|
|
|
'../experimental/svg/model/SkSVGRenderContext.h',
|
|
|
|
'../experimental/svg/model/SkSVGRenderContext.cpp',
|
2016-08-03 17:21:11 +00:00
|
|
|
'../experimental/svg/model/SkSVGShape.h',
|
|
|
|
'../experimental/svg/model/SkSVGShape.cpp',
|
2016-07-27 01:46:34 +00:00
|
|
|
'../experimental/svg/model/SkSVGSVG.h',
|
|
|
|
'../experimental/svg/model/SkSVGSVG.cpp',
|
|
|
|
'../experimental/svg/model/SkSVGTransformableNode.h',
|
|
|
|
'../experimental/svg/model/SkSVGTransformableNode.cpp',
|
2016-08-03 17:21:11 +00:00
|
|
|
'../experimental/svg/model/SkSVGTypes.h',
|
2016-07-27 01:46:34 +00:00
|
|
|
'../experimental/svg/model/SkSVGValue.h',
|
|
|
|
'../experimental/svg/model/SkSVGValue.cpp',
|
|
|
|
],
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'../experimental/svg/model',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
2011-05-31 13:50:51 +00:00
|
|
|
],
|
|
|
|
}
|