Chromium Code Reviews| 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', | |
|
scroggo
2015/03/19 14:35:51
And this is the only change to the upstream reposi
| |
| 11 'core.gyp:core', | 12 'core.gyp:core', |
| 12 'effects.gyp:effects', | 13 'effects.gyp:effects', |
| 13 'images.gyp:images', | 14 'images.gyp:images', |
| 14 'opts.gyp:opts', | 15 'opts.gyp:opts', |
| 15 'pdf.gyp:pdf', | 16 'pdf.gyp:pdf', |
| 16 'ports.gyp:ports', | 17 'ports.gyp:ports', |
| 17 'utils.gyp:utils', | 18 'utils.gyp:utils', |
| 18 ], | 19 ], |
| 19 }, | 20 }, |
| 20 ], | 21 ], |
| 21 } | 22 } |
| OLD | NEW |