| OLD | NEW |
| 1 # Copyright 2014 Google Inc. | 1 # Copyright 2014 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'libskia', | 8 'target_name': 'libskia', |
| 9 'type': 'shared_library', | 9 'type': 'shared_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| 11 'codec.gyp:codec', | 11 'codec.gyp:codec', |
| 12 'codec_android.gyp:codec_android', |
| 12 'core.gyp:core', | 13 'core.gyp:core', |
| 13 'effects.gyp:effects', | 14 'effects.gyp:effects', |
| 14 'gpu.gyp:skgpu', | 15 'gpu.gyp:skgpu', |
| 15 'images.gyp:images', | 16 'images.gyp:images', |
| 16 'opts.gyp:opts', | 17 'opts.gyp:opts', |
| 17 'pdf.gyp:pdf', | 18 'pdf.gyp:pdf', |
| 18 'ports.gyp:ports', | 19 'ports.gyp:ports', |
| 19 'tools.gyp:bitmap_region_decoder', | |
| 20 'utils.gyp:utils', | 20 'utils.gyp:utils', |
| 21 ], | 21 ], |
| 22 }, | 22 }, |
| 23 ], | 23 ], |
| 24 } | 24 } |
| OLD | NEW |