diff options
author | rmistry <rmistry@google.com> | 2016-04-25 10:35:03 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-25 10:35:03 -0700 |
commit | 8d965a612e3963e039fa19e74c09d942398c611a (patch) | |
tree | ef651d2e885eb51c51d8ad2065cbf43166a7f490 /gyp | |
parent | 484b3d0b83235b40b0481f9f7fd67891ba691429 (diff) |
Test decoding and output failures to JSON in get_images_from_skps.
Testing for decoding was copy pasted from msarett's CL https://codereview.chromium.org/1828323002/
BUG=skia:4981
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1844713003
Review URL: https://codereview.chromium.org/1844713003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tools.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index cd9223335f..1f38ef8632 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -278,6 +278,7 @@ ], 'dependencies': [ 'flags.gyp:flags', + 'jsoncpp.gyp:jsoncpp', 'skia_lib.gyp:skia_lib', ], }, |