| Index: gyp/images.gyp
|
| diff --git a/gyp/images.gyp b/gyp/images.gyp
|
| index 4cce08e7a1e5b26810ee9aa6ec6847356559efb5..4e92dc2210a088652e71e7e6f663c0b137d73a2f 100644
|
| --- a/gyp/images.gyp
|
| +++ b/gyp/images.gyp
|
| @@ -2,6 +2,7 @@
|
| #
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| +
|
| # GYP file for images project.
|
| {
|
| 'targets': [
|
| @@ -134,7 +135,7 @@
|
| '../src/utils',
|
| ],
|
| 'dependencies': [
|
| - 'android_deps.gyp:gif',
|
| + 'giflib.gyp:giflib',
|
| 'android_deps.gyp:png',
|
| ],
|
| 'conditions': [
|
| @@ -156,8 +157,8 @@
|
| }],
|
| [ 'skia_os == "chromeos"', {
|
| 'dependencies': [
|
| - 'chromeos_deps.gyp:gif',
|
| - 'libpng.gyp:libpng',
|
| + 'giflib.gyp:giflib'
|
| + 'libpng.gyp:libpng',
|
| ],
|
| }],
|
| [ 'skia_os == "ios"', {
|
|
|