blob: 36acf97c0122e5e572833b5cb9430db90b7767a0 [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': [
bungemana7e9f052016-02-18 08:53:33 -080016 '../include/private',
epoger@google.comae85aea2011-05-31 13:50:51 +000017 '../include/xml',
epoger@google.comae85aea2011-05-31 13:50:51 +000018 ],
19 'sources': [
epoger@google.comae85aea2011-05-31 13:50:51 +000020 '../include/xml/SkDOM.h',
epoger@google.comae85aea2011-05-31 13:50:51 +000021 '../include/xml/SkXMLParser.h',
22 '../include/xml/SkXMLWriter.h',
23
epoger@google.comae85aea2011-05-31 13:50:51 +000024 '../src/xml/SkDOM.cpp',
epoger@google.comae85aea2011-05-31 13:50:51 +000025 '../src/xml/SkXMLParser.cpp',
26 '../src/xml/SkXMLPullParser.cpp',
27 '../src/xml/SkXMLWriter.cpp',
28 ],
29 'sources!': [
30 '../src/xml/SkXMLPullParser.cpp', #if 0 around class decl in header
31 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000032 'direct_dependent_settings': {
33 'include_dirs': [
34 '../include/xml',
35 ],
36 },
37 },
38 ],
39}