blob: d3193a3a4a9399077bcd915c1b1c9b3f63250c78 [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.
commit-bot@chromium.orgf84722e2014-02-24 20:22:34 +00005# Target for including SkFlate.
6{
7 'targets': [
8 {
9 'target_name': 'skflate',
10 'type': 'static_library',
scroggo3da91812015-03-02 06:24:15 -080011 'dependencies': [
12 'skia_lib.gyp:skia_lib',
13 'zlib.gyp:zlib',
commit-bot@chromium.orgf84722e2014-02-24 20:22:34 +000014 ],
mtkleine6cf9cb2015-02-26 13:25:05 -080015 'sources': [ '../src/core/SkFlate.cpp' ],
commit-bot@chromium.orgf84722e2014-02-24 20:22:34 +000016 },
17 ],
18}