Chromium Code Reviews| Index: gyp/images.gyp |
| diff --git a/gyp/images.gyp b/gyp/images.gyp |
| index 0fb74e6bbc55789900914cb4068e31115d210e5d..dc8f09598d0b47f19b889b6010c2594544546823 100644 |
| --- a/gyp/images.gyp |
| +++ b/gyp/images.gyp |
| @@ -9,6 +9,7 @@ |
| 'dependencies': [ |
| 'core.gyp:*', |
| 'libjpeg.gyp:*', |
| + 'etc1.gyp:*', |
|
borenet
2014/05/22 17:26:19
Not a big deal, but you can specify the target_nam
krajcevski
2014/05/22 17:52:56
Done.
|
| 'libwebp.gyp:libwebp', |
| 'utils.gyp:utils', |
| ], |
| @@ -59,6 +60,7 @@ |
| # for instance.) As a result, they are deliberately not in |
| # alphabetical order. |
| '../src/images/SkImageDecoder_wbmp.cpp', |
| + '../src/images/SkImageDecoder_pkm.cpp', |
| '../src/images/SkImageDecoder_libbmp.cpp', |
| '../src/images/SkImageDecoder_libgif.cpp', |
| '../src/images/SkImageDecoder_libico.cpp', |