scroggo | 3e56227 | 2015-03-25 10:22:41 -0700 | [diff] [blame] | 1 | # 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.org | f84722e | 2014-02-24 20:22:34 +0000 | [diff] [blame] | 5 | # Target for including SkFlate. |
| 6 | { |
| 7 | 'targets': [ |
| 8 | { |
| 9 | 'target_name': 'skflate', |
| 10 | 'type': 'static_library', |
scroggo | 3da9181 | 2015-03-02 06:24:15 -0800 | [diff] [blame] | 11 | 'dependencies': [ |
| 12 | 'skia_lib.gyp:skia_lib', |
| 13 | 'zlib.gyp:zlib', |
commit-bot@chromium.org | f84722e | 2014-02-24 20:22:34 +0000 | [diff] [blame] | 14 | ], |
mtklein | e6cf9cb | 2015-02-26 13:25:05 -0800 | [diff] [blame] | 15 | 'sources': [ '../src/core/SkFlate.cpp' ], |
commit-bot@chromium.org | f84722e | 2014-02-24 20:22:34 +0000 | [diff] [blame] | 16 | }, |
| 17 | ], |
| 18 | } |