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