blob: c5cdd58c8c1c29eb1d48ca5f706f1adfba2afdc8 [file] [log] [blame]
scroggo3e562272015-03-25 10:22:41 -07001# Copyright 2015 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
epoger@google.comae85aea2011-05-31 13:50:51 +00005{
epoger@google.comae85aea2011-05-31 13:50:51 +00006 'targets': [
7 {
8 'target_name': 'xml',
borenet@google.comefb1d772012-10-10 19:45:51 +00009 'product_name': 'skia_xml',
epoger@google.comae85aea2011-05-31 13:50:51 +000010 'type': 'static_library',
borenet@google.comefb1d772012-10-10 19:45:51 +000011 'standalone_static_library': 1,
bungeman@google.comb8f36552013-07-22 14:39:45 +000012 'dependencies': [
13 'skia_lib.gyp:skia_lib',
14 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000015 'include_dirs': [
epoger@google.comae85aea2011-05-31 13:50:51 +000016 '../include/xml',
epoger@google.comae85aea2011-05-31 13:50:51 +000017 ],
18 'sources': [
19 '../include/xml/SkBML_WXMLParser.h',
20 '../include/xml/SkBML_XMLParser.h',
21 '../include/xml/SkDOM.h',
epoger@google.comae85aea2011-05-31 13:50:51 +000022 '../include/xml/SkXMLParser.h',
23 '../include/xml/SkXMLWriter.h',
24
25 '../src/xml/SkBML_Verbs.h',
26 '../src/xml/SkBML_XMLParser.cpp',
27 '../src/xml/SkDOM.cpp',
epoger@google.comae85aea2011-05-31 13:50:51 +000028 '../src/xml/SkXMLParser.cpp',
29 '../src/xml/SkXMLPullParser.cpp',
30 '../src/xml/SkXMLWriter.cpp',
31 ],
32 'sources!': [
33 '../src/xml/SkXMLPullParser.cpp', #if 0 around class decl in header
34 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000035 'direct_dependent_settings': {
36 'include_dirs': [
37 '../include/xml',
38 ],
39 },
40 },
41 ],
42}