| Index: gyp/images.gyp
|
| diff --git a/gyp/images.gyp b/gyp/images.gyp
|
| index 34cc8a8fa89825077e78acbe4e4112d34c5b565e..d40626db73945fe62192fdf1a66c1c257e9299a7 100644
|
| --- a/gyp/images.gyp
|
| +++ b/gyp/images.gyp
|
| @@ -123,18 +123,6 @@
|
| ],
|
| # end libpng stuff
|
| }],
|
| - # FIXME: NaCl should be just like linux, etc, above, but it currently is separated out
|
| - # to remove gif. Once gif is supported by naclports, this can be merged into the above
|
| - # condition.
|
| - [ 'skia_os == "nacl"', {
|
| - 'sources!': [
|
| - '../src/images/SkImageDecoder_libgif.cpp',
|
| - '../src/images/SkMovie_gif.cpp',
|
| - ],
|
| - 'dependencies!': [
|
| - 'giflib.gyp:giflib'
|
| - ],
|
| - }],
|
| [ 'skia_os == "android"', {
|
| 'include_dirs': [
|
| '../src/utils',
|
|
|