blob: da68530fada703b0ca3e0e2ff277aeb3380f1f4a [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': [
11 'core.gyp:core',
12 'effects.gyp:effects',
13 'images.gyp:images',
14 'opts.gyp:opts',
15 'pdf.gyp:pdf',
16 'ports.gyp:ports',
commit-bot@chromium.orge72a4082014-02-28 16:07:39 +000017 'utils.gyp:utils',
scroggo@google.comd4adfa32014-02-05 16:35:12 +000018 ],
19 },
20 ],
21}