3e5622764a
Prevents some PRESUBMIT errors. TBR=mtklein@google.com Review URL: https://codereview.chromium.org/1035523003
19 lines
405 B
Python
19 lines
405 B
Python
# Copyright 2015 Google Inc.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
# Target for including SkFlate.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'skflate',
|
|
'type': 'static_library',
|
|
'dependencies': [
|
|
'skia_lib.gyp:skia_lib',
|
|
'zlib.gyp:zlib',
|
|
],
|
|
'sources': [ '../src/core/SkFlate.cpp' ],
|
|
},
|
|
],
|
|
}
|