GN: fixes for Mac
authormtklein <mtklein@chromium.org>
Wed, 27 Jul 2016 18:17:18 +0000 (11:17 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 27 Jul 2016 18:17:18 +0000 (11:17 -0700)
commit7d10b9f6e61ce8cb5387291580c1c0645f72b167
tree10cdd355da6ee075e5ec317c680879eb6177c07a
parentac0e00dceca10dc7ce30c5be66001bd6960ebf5c
GN: fixes for Mac

 - Make fiddle build on Mac (skipping GL).
 - Now that we're building in SkCodec, we depend on libpng and libjpeg-turbo unconditionally, not just on Linux.
 - Re-arrange third_party a bit so that our targets are Fuchsia/Chrome compatible.

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

NOTREECHECKS=true
This doesn't affect Chrome/Blink, so landing through the closed tree.

Review-Url: https://codereview.chromium.org/2184133002
BUILD.gn
gn/echo_headers.py
third_party/BUILD.gn
third_party/libjpeg_turbo/BUILD.gn [new file with mode: 0644]
third_party/libpng/BUILD.gn [new file with mode: 0644]
tools/fiddle/fiddle_main.cpp