Chromium Code Reviews| Index: gyp/codec.gyp |
| diff --git a/gyp/codec.gyp b/gyp/codec.gyp |
| index ace6e5a202d49fb559c0820e95bc7186d1058c1d..18a0db60d1d6ba4e6f65e66643d08f5f34770314 100644 |
| --- a/gyp/codec.gyp |
| +++ b/gyp/codec.gyp |
| @@ -17,6 +17,7 @@ |
| 'standalone_static_library': 1, |
| 'dependencies': [ |
| 'core.gyp:*', |
| + 'dng_sdk.gyp:dng_sdk', |
| 'giflib.gyp:giflib', |
| 'libjpeg-turbo-selector.gyp:libjpeg-turbo-selector', |
| 'libpng.gyp:libpng', |
| @@ -26,6 +27,7 @@ |
| # FIXME: This gets around a longjmp warning. See |
| # http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-Trybot/builds/113/steps/build%20most/logs/stdio |
| '-Wno-clobbered', |
| + '-fexceptions', |
|
msarett
2015/11/19 16:45:01
Can you add a comment stating what this flag does
ebrauer
2015/11/19 16:58:47
Yes, we need exceptions since the dng sdk uses the
|
| ], |
| 'include_dirs': [ |
| '../include/codec', |
| @@ -49,6 +51,7 @@ |
| '../src/codec/SkJpegUtility_codec.cpp', |
| '../src/codec/SkMaskSwizzler.cpp', |
| '../src/codec/SkMasks.cpp', |
| + '../src/codec/SkRawCodec.cpp', |
| '../src/codec/SkSampler.cpp', |
| '../src/codec/SkSampledCodec.cpp', |
| '../src/codec/SkSwizzler.cpp', |