blob: ebcdc11a11f882ae137f44e7ae3ba63e6a7279a5 [file] [log] [blame]
scroggo@google.comd4adfa32014-02-05 16:35:12 +00001# Copyright 2014 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{
6 'targets': [
7 {
8 'target_name': 'libskia',
9 'type': 'shared_library',
10 'dependencies': [
scroggo3614f122015-03-20 11:20:02 -070011 'codec.gyp:codec',
msarett506e19a2015-11-13 06:11:09 -080012 'codec_android.gyp:codec_android',
scroggo@google.comd4adfa32014-02-05 16:35:12 +000013 'core.gyp:core',
14 'effects.gyp:effects',
Derek Sollenbergerb2796682015-08-17 13:39:03 -040015 'gpu.gyp:skgpu',
scroggo@google.comd4adfa32014-02-05 16:35:12 +000016 'images.gyp:images',
17 'opts.gyp:opts',
18 'pdf.gyp:pdf',
19 'ports.gyp:ports',
commit-bot@chromium.orge72a4082014-02-28 16:07:39 +000020 'utils.gyp:utils',
scroggo@google.comd4adfa32014-02-05 16:35:12 +000021 ],
22 },
23 ],
24}