Chromium Code Reviews| Index: gyp/images.gyp |
| diff --git a/gyp/images.gyp b/gyp/images.gyp |
| index 4cce08e7a1e5b26810ee9aa6ec6847356559efb5..4d13354befd7b1faa956d05d65e739cae681df3d 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', |
|
djsollen
2015/03/27 01:20:51
do all platforms use this now? If so it can be add
scroggo
2015/03/27 12:38:51
Windows does not.
|
| 'android_deps.gyp:png', |
| ], |
| 'conditions': [ |