commit | f01a6c3663970ccd6e1882e76a887e0fda467b77 | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@google.com> | Wed Jun 18 10:31:40 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jun 18 10:31:40 2014 -0700 |
tree | 849e0d79d4188528cf17849bb9535a452c05dfde | |
parent | b59161f0000eb4aca3dcef29f27ffd0fb5a568e5 [diff] |
In Android framework, make tools depend on jsoncpp Always build the tools with JSON, but either build our own or use the system's. Rename skia_build_json_writer to skia_use_system_jsoncpp, since we now always build with JSON. Remove SK_BUILD_JSON_WRITER, which was only there so we could build without JSON it in the framework. BUG=skia:2448 R=djsollen@google.com, reed@google.com Author: scroggo@google.com Review URL: https://codereview.chromium.org/303913002