Chromium Code Reviews| Index: gyp/codec.gyp |
| diff --git a/gyp/codec.gyp b/gyp/codec.gyp |
| index ee8eaad003ec14360c4db9135f3dc73681f32672..f21280088bd417690fe1716931cb5a06a9c2c740 100644 |
| --- a/gyp/codec.gyp |
| +++ b/gyp/codec.gyp |
| @@ -17,7 +17,7 @@ |
| 'standalone_static_library': 1, |
| 'dependencies': [ |
| 'core.gyp:*', |
| - 'libpng.gyp:libpng', |
| + 'libpng.gyp:libpng_static', |
|
djsollen
2015/03/26 16:39:12
need to make this conditional so that the framewor
scroggo
2015/03/26 17:19:02
I'm not sure what you mean by this comment. Is thi
djsollen
2015/04/01 15:12:43
This is addressed in my next patch.
|
| ], |
| 'cflags':[ |
| # FIXME: This gets around a longjmp warning. See |