blob: 80600767473c55e3cdef97be728f3f73a245dda1 [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',
fmalita771a1902016-07-14 14:02:24 -070014 'expat.gyp:expat',
bungeman@google.comb8f36552013-07-22 14:39:45 +000015 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000016 'include_dirs': [
bungemana7e9f052016-02-18 08:53:33 -080017 '../include/private',
epoger@google.comae85aea2011-05-31 13:50:51 +000018 '../include/xml',
epoger@google.comae85aea2011-05-31 13:50:51 +000019 ],
20 'sources': [
epoger@google.comae85aea2011-05-31 13:50:51 +000021 '../include/xml/SkDOM.h',
epoger@google.comae85aea2011-05-31 13:50:51 +000022 '../include/xml/SkXMLParser.h',
23 '../include/xml/SkXMLWriter.h',
24
epoger@google.comae85aea2011-05-31 13:50:51 +000025 '../src/xml/SkDOM.cpp',
epoger@google.comae85aea2011-05-31 13:50:51 +000026 '../src/xml/SkXMLParser.cpp',
27 '../src/xml/SkXMLPullParser.cpp',
28 '../src/xml/SkXMLWriter.cpp',
29 ],
30 'sources!': [
31 '../src/xml/SkXMLPullParser.cpp', #if 0 around class decl in header
32 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000033 'direct_dependent_settings': {
34 'include_dirs': [
35 '../include/xml',
36 ],
37 },
38 },
39 ],
40}