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',
|
|
|
|
],
|
2011-05-31 13:50:51 +00:00
|
|
|
'include_dirs': [
|
|
|
|
'../include/xml',
|
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'../include/xml/SkBML_WXMLParser.h',
|
|
|
|
'../include/xml/SkBML_XMLParser.h',
|
|
|
|
'../include/xml/SkDOM.h',
|
|
|
|
'../include/xml/SkXMLParser.h',
|
|
|
|
'../include/xml/SkXMLWriter.h',
|
|
|
|
|
|
|
|
'../src/xml/SkBML_Verbs.h',
|
|
|
|
'../src/xml/SkBML_XMLParser.cpp',
|
|
|
|
'../src/xml/SkDOM.cpp',
|
|
|
|
'../src/xml/SkXMLParser.cpp',
|
|
|
|
'../src/xml/SkXMLPullParser.cpp',
|
|
|
|
'../src/xml/SkXMLWriter.cpp',
|
|
|
|
],
|
|
|
|
'sources!': [
|
|
|
|
'../src/xml/SkXMLPullParser.cpp', #if 0 around class decl in header
|
|
|
|
],
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'../include/xml',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|