Update SK_IMAGE_VERSION to test RAW
authorscroggo <scroggo@google.com>
Tue, 2 Feb 2016 19:56:33 +0000 (11:56 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 2 Feb 2016 19:56:33 +0000 (11:56 -0800)
commit1497f9f2641b539f0bc45b4f1496ceab7d56b18c
treefe426c1c965b05d29eea59e5ee2988286cae98cd
parent136f517627556f9f831f92bc3e9e51c1ab9241d3
Update SK_IMAGE_VERSION to test RAW

Bump SK_IMAGE_VERSION to test the images in v2 in GoogleStorage, which
includes the images from v1 plus test images for SkRawCodec.

Only define skia_decodes_raw on platforms that support it, rather than
defining it always and checking additional conditions to determine
whether to support raw. Further, define it and SK_CODEC_DECODES_RAW
for all targets, so we can use the compile flag in other targets.

In DM, exclude the raw extensions if SK_CODEC_DECODES_RAW is not defined.

Blacklist raw extensions on NexusPlayer, which was running out of memory
when running them.

BUG=skia:4829

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1612113002

Review URL: https://codereview.chromium.org/1612113002
SK_IMAGE_VERSION
dm/DM.cpp
gyp/codec.gyp
gyp/common_conditions.gypi
gyp/common_variables.gypi
tools/dm_flags.json
tools/dm_flags.py