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. 5# Target for including SkFlate. 6{ 7 'targets': [ 8 { 9 'target_name': 'skflate', 10 'type': 'static_library', 11 'dependencies': [ 12 'skia_lib.gyp:skia_lib', 13 'zlib.gyp:zlib', 14 ], 15 'sources': [ '../src/core/SkFlate.cpp' ], 16 }, 17 ], 18} 19