blob: 8fc4b9725bf442925d56b6b658c004afc8322c19 [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': 'svg',
borenet@google.comefb1d772012-10-10 19:45:51 +00009 'product_name': 'skia_svg',
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 'xml.gyp:*',
15 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000016 'include_dirs': [
mtkleincd1f2da2015-07-28 08:55:14 -070017 '../include/private',
fmalita2aafe6f2015-02-06 12:51:10 -080018 '../include/svg',
fmalitaf89f60f2015-02-13 08:55:24 -080019 '../src/core',
fmalita2aafe6f2015-02-06 12:51:10 -080020 ],
21 'sources': [
22 '<(skia_include_path)/svg/SkSVGCanvas.h',
23
24 '<(skia_src_path)/svg/SkSVGCanvas.cpp',
25 '<(skia_src_path)/svg/SkSVGDevice.cpp',
26 '<(skia_src_path)/svg/SkSVGDevice.h',
27 ],
28 'direct_dependent_settings': {
29 'include_dirs': [
30 '../include/svg',
31 ],
32 },
33 },
epoger@google.comae85aea2011-05-31 13:50:51 +000034 ],
35}