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': 'xml',
|
2012-10-10 19:45:51 +00:00
|
|
|
'product_name': 'skia_xml',
|
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',
|
2016-07-14 21:02:24 +00:00
|
|
|
'expat.gyp:expat',
|
2013-07-22 14:39:45 +00:00
|
|
|
],
|
2011-05-31 13:50:51 +00:00
|
|
|
'include_dirs': [
|
2016-07-15 02:14:06 +00:00
|
|
|
'<(skia_include_path)/private',
|
|
|
|
'<(skia_include_path)/xml',
|
2011-05-31 13:50:51 +00:00
|
|
|
],
|
|
|
|
'sources': [
|
2016-07-15 02:14:06 +00:00
|
|
|
'<(skia_include_path)/xml/SkDOM.h',
|
|
|
|
'<(skia_include_path)/xml/SkXMLParser.h',
|
|
|
|
'<(skia_include_path)/xml/SkXMLWriter.h',
|
2011-05-31 13:50:51 +00:00
|
|
|
|
2016-07-15 02:14:06 +00:00
|
|
|
'<(skia_src_path)/xml/SkDOM.cpp',
|
|
|
|
'<(skia_src_path)/xml/SkXMLParser.cpp',
|
|
|
|
'<(skia_src_path)/xml/SkXMLWriter.cpp',
|
2011-05-31 13:50:51 +00:00
|
|
|
],
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'../include/xml',
|
|
|
|
],
|
2016-07-15 17:33:29 +00:00
|
|
|
'defines' : [
|
|
|
|
'SK_XML',
|
|
|
|
],
|
2011-05-31 13:50:51 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|