blob: aaceef2e66d6642cbb6165130f3c939888561f59 [file] [log] [blame]
epoger@google.comae85aea2011-05-31 13:50:51 +00001{
epoger@google.comae85aea2011-05-31 13:50:51 +00002 'targets': [
3 {
4 'target_name': 'xml',
borenet@google.comefb1d772012-10-10 19:45:51 +00005 'product_name': 'skia_xml',
epoger@google.comae85aea2011-05-31 13:50:51 +00006 'type': 'static_library',
borenet@google.comefb1d772012-10-10 19:45:51 +00007 'standalone_static_library': 1,
bungeman@google.comb8f36552013-07-22 14:39:45 +00008 'dependencies': [
9 'skia_lib.gyp:skia_lib',
10 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000011 'include_dirs': [
epoger@google.comae85aea2011-05-31 13:50:51 +000012 '../include/xml',
epoger@google.comae85aea2011-05-31 13:50:51 +000013 ],
14 'sources': [
15 '../include/xml/SkBML_WXMLParser.h',
16 '../include/xml/SkBML_XMLParser.h',
17 '../include/xml/SkDOM.h',
epoger@google.comae85aea2011-05-31 13:50:51 +000018 '../include/xml/SkXMLParser.h',
19 '../include/xml/SkXMLWriter.h',
20
21 '../src/xml/SkBML_Verbs.h',
22 '../src/xml/SkBML_XMLParser.cpp',
23 '../src/xml/SkDOM.cpp',
epoger@google.comae85aea2011-05-31 13:50:51 +000024 '../src/xml/SkXMLParser.cpp',
25 '../src/xml/SkXMLPullParser.cpp',
26 '../src/xml/SkXMLWriter.cpp',
27 ],
28 'sources!': [
29 '../src/xml/SkXMLPullParser.cpp', #if 0 around class decl in header
30 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000031 'direct_dependent_settings': {
32 'include_dirs': [
33 '../include/xml',
34 ],
35 },
36 },
37 ],
38}