Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://coder...
authormsarett <msarett@google.com>
Mon, 25 Jan 2016 14:05:19 +0000 (06:05 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 25 Jan 2016 14:05:19 +0000 (06:05 -0800)
commitc85a9fde77f91979afea0efa38f63d8efceb4138
tree09f04bb695a9702a7f365f1f861489a74a3a1437
parentfc75253c82f838d0e687d05f5d7f82ebe6f26d5b
Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ )

Reason for revert:
A few build failures on Chrome OS/Android.

Original issue's description:
> 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

TBR=scroggo@google.com,adaubert@google.com,yujieqin@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/1635443002
16 files changed:
DEPS
dm/DM.cpp
gyp/android_deps.gyp
gyp/codec.gyp
gyp/common_variables.gypi
gyp/dng_sdk.gyp [deleted file]
gyp/piex.gyp [deleted file]
include/codec/SkEncodedFormat.h
resources/sample_1mp.dng [deleted file]
src/codec/SkAndroidCodec.cpp
src/codec/SkCodec.cpp
src/codec/SkRawAdapterCodec.cpp [deleted file]
src/codec/SkRawAdapterCodec.h [deleted file]
src/codec/SkRawCodec.cpp [deleted file]
src/codec/SkRawCodec.h [deleted file]
tests/CodexTest.cpp