commit | 916de9ff18cf3caa29c0821b55244060b6f84f9d | [log] [tgz] |
---|---|---|
author | yujieqin <yujieqin@google.com> | Mon Jan 25 08:26:16 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 25 08:26:16 2016 -0800 |
tree | 2eeca150de2fe391a8498339138e135154f7bcc1 | |
parent | d03b7ae1e273e871d951c94fd9626d62acee9379 [diff] [blame] |
Add RAW decoding into Skia. TBR=reed@google.com BUG=skia: (Based on the work from ebrauer in https://codereview.chromium.org/1459473007) (Based on the work from adaubert in https://codereview.chromium.org/1494003003) GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1520403003 Committed: https://skia.googlesource.com/skia/+/6bd8639f8c142eedf543f4e5f3b02d2bf11df308 Review URL: https://codereview.chromium.org/1520403003
diff --git a/DEPS b/DEPS index d0f366c..bbdcc06 100644 --- a/DEPS +++ b/DEPS
@@ -21,6 +21,9 @@ "third_party/externals/libpng" : "https://skia.googlesource.com/third_party/libpng.git@070a616b8275277e18ef8ee91e2ca23f7bdc67d5", "third_party/externals/giflib" : "https://android.googlesource.com/platform/external/giflib.git@ab10e256df4f684260ca239905b1cec727181f6c", + "third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@671e9caebb6a6d5580ae9bd7676c09501715b6f8", + "third_party/externals/piex" : "https://android.googlesource.com/platform/external/piex.git@afc6ebdcba72e4eeeaafab1547c19025fcec5d1f", + "third_party/externals/libjpeg-turbo" : "https://skia.googlesource.com/third_party/libjpeg-turbo.git@36422d9e165a33914436068536772cc6ed1e7886", # libjpeg-turbo depends on yasm to compile .asm files "third_party/externals/yasm/source/patched-yasm/" : "https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git@4671120cd8558ce62ee8672ebf3eb6f5216f909b",