skia2/gyp/android_framework_lib.gyp
scroggo 3614f123e8 Make android framework depend on SkCodec.
This results in exporting include/codec so the framework can use it.

Review URL: https://codereview.chromium.org/1020903002
2015-03-20 11:20:03 -07:00

23 lines
481 B
Python

# Copyright 2014 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'targets': [
{
'target_name': 'libskia',
'type': 'shared_library',
'dependencies': [
'codec.gyp:codec',
'core.gyp:core',
'effects.gyp:effects',
'images.gyp:images',
'opts.gyp:opts',
'pdf.gyp:pdf',
'ports.gyp:ports',
'utils.gyp:utils',
],
},
],
}