Chromium Code Reviews| Index: gyp/images.gyp |
| diff --git a/gyp/images.gyp b/gyp/images.gyp |
| index df220265fb867ea42ee69c701c2a629bdfae8442..b2b404f00019f5247710c0b8739a381d723241f8 100644 |
| --- a/gyp/images.gyp |
| +++ b/gyp/images.gyp |
| @@ -106,9 +106,6 @@ |
| # our code that calls it. |
| # See http://code.google.com/p/gyp/wiki/InputFormatReference#Dependent_Settings |
| 'link_settings': { |
| - 'sources': [ |
| - '../src/images/SkImageDecoder_libpng.cpp', |
| - ], |
| 'libraries': [ |
| '-lgif', |
| '-lpng', |
| @@ -126,9 +123,6 @@ |
| '../src/images/SkMovie_gif.cpp', |
| ], |
| 'link_settings': { |
| - 'sources': [ |
| - '../src/images/SkImageDecoder_libpng.cpp', |
| - ], |
| 'libraries': [ |
| '-lpng', |
| '-lz', |