| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # Copyright 2015 Google Inc. | 5 # Copyright 2015 Google Inc. |
| 6 # | 6 # |
| 7 # Use of this source code is governed by a BSD-style license that can be | 7 # Use of this source code is governed by a BSD-style license that can be |
| 8 # found in the LICENSE file. | 8 # found in the LICENSE file. |
| 9 | 9 |
| 10 # GYP file for codec project. | 10 # GYP file for codec project. |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 '../src/codec/SkBmpStandardCodec.cpp', | 41 '../src/codec/SkBmpStandardCodec.cpp', |
| 42 '../src/codec/SkCodec.cpp', | 42 '../src/codec/SkCodec.cpp', |
| 43 '../src/codec/SkGifCodec.cpp', | 43 '../src/codec/SkGifCodec.cpp', |
| 44 '../src/codec/SkIcoCodec.cpp', | 44 '../src/codec/SkIcoCodec.cpp', |
| 45 '../src/codec/SkJpegCodec.cpp', | 45 '../src/codec/SkJpegCodec.cpp', |
| 46 '../src/codec/SkJpegDecoderMgr.cpp', | 46 '../src/codec/SkJpegDecoderMgr.cpp', |
| 47 '../src/codec/SkJpegUtility_codec.cpp', | 47 '../src/codec/SkJpegUtility_codec.cpp', |
| 48 '../src/codec/SkMaskSwizzler.cpp', | 48 '../src/codec/SkMaskSwizzler.cpp', |
| 49 '../src/codec/SkMasks.cpp', | 49 '../src/codec/SkMasks.cpp', |
| 50 '../src/codec/SkPngCodec.cpp', | 50 '../src/codec/SkPngCodec.cpp', |
| 51 '../src/codec/SkPngFilters.cpp', | |
| 52 '../src/codec/SkSampler.cpp', | 51 '../src/codec/SkSampler.cpp', |
| 53 '../src/codec/SkSampledCodec.cpp', | 52 '../src/codec/SkSampledCodec.cpp', |
| 54 '../src/codec/SkSwizzler.cpp', | 53 '../src/codec/SkSwizzler.cpp', |
| 55 '../src/codec/SkWbmpCodec.cpp', | 54 '../src/codec/SkWbmpCodec.cpp', |
| 56 '../src/codec/SkWebpAdapterCodec.cpp', | 55 '../src/codec/SkWebpAdapterCodec.cpp', |
| 57 '../src/codec/SkWebpCodec.cpp', | 56 '../src/codec/SkWebpCodec.cpp', |
| 58 | 57 |
| 59 '../src/codec/SkCodecImageGenerator.cpp', | 58 '../src/codec/SkCodecImageGenerator.cpp', |
| 60 '../src/ports/SkImageGenerator_skia.cpp', | 59 '../src/ports/SkImageGenerator_skia.cpp', |
| 61 ], | 60 ], |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 ['skia_os == "ios" or skia_os == "mac"', { | 131 ['skia_os == "ios" or skia_os == "mac"', { |
| 133 'xcode_settings': { | 132 'xcode_settings': { |
| 134 'OTHER_CFLAGS': ['-fexceptions'], | 133 'OTHER_CFLAGS': ['-fexceptions'], |
| 135 'OTHER_CPLUSPLUSFLAGS': ['-fexceptions'], | 134 'OTHER_CPLUSPLUSFLAGS': ['-fexceptions'], |
| 136 }, | 135 }, |
| 137 }], | 136 }], |
| 138 ], | 137 ], |
| 139 }, | 138 }, |
| 140 ], | 139 ], |
| 141 } | 140 } |
| OLD | NEW |