GN: dm
authormtklein <mtklein@chromium.org>
Wed, 27 Jul 2016 20:55:26 +0000 (13:55 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 27 Jul 2016 20:55:27 +0000 (13:55 -0700)
commit25c81d4e651b43b8217c365c87d530036529a673
tree9b1c079ab486fc59196c0826e6e5c5db70a8564d
parent7b9b541af8a0deb0da33a7979f1a904f42db63d1
GN: dm

This builds, links, and runs on Linux.  Have not tried Mac.

I've tested is_debug={true,false} and is_component_build.
It's neat that the component build DM works, but it's also an indication I've missed an essential flag or two... it shouldn't work. :)

The GPU backend isn't working yet, but all the software configurations I've tried look good.

This fleshes out all the other parts of SkCodec too... I noticed we weren't able to decode gifs or webp.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2188643002

Review-Url: https://codereview.chromium.org/2188643002
12 files changed:
BUILD.gn
dm/DM.cpp
gyp/tools.gyp
third_party/expat/BUILD.gn [new file with mode: 0644]
third_party/giflib/BUILD.gn [new file with mode: 0644]
third_party/jsoncpp/BUILD.gn [new file with mode: 0644]
third_party/libjpeg_turbo/BUILD.gn
third_party/libpng/BUILD.gn
third_party/libwebp/BUILD.gn [new file with mode: 0644]
third_party/third_party.gni
third_party/zlib/BUILD.gn
tools/ProcStats.cpp