1# 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        'codec.gyp:codec',
12        'core.gyp:core',
13        'effects.gyp:effects',
14        'images.gyp:images',
15        'opts.gyp:opts',
16        'pdf.gyp:pdf',
17        'ports.gyp:ports',
18        'utils.gyp:utils',
19      ],
20    },
21  ],
22}
23