scroggo@google.com | d4adfa3 | 2014-02-05 16:35:12 +0000 | [diff] [blame] | 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': [ |
scroggo | 3614f12 | 2015-03-20 11:20:02 -0700 | [diff] [blame^] | 11 | 'codec.gyp:codec', |
scroggo@google.com | d4adfa3 | 2014-02-05 16:35:12 +0000 | [diff] [blame] | 12 | '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.org | e72a408 | 2014-02-28 16:07:39 +0000 | [diff] [blame] | 18 | 'utils.gyp:utils', |
scroggo@google.com | d4adfa3 | 2014-02-05 16:35:12 +0000 | [diff] [blame] | 19 | ], |
| 20 | }, |
| 21 | ], |
| 22 | } |