diff options
author | joshualitt <joshualitt@chromium.org> | 2016-01-27 11:07:23 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-27 11:07:23 -0800 |
commit | 609d97918788c077514f190b0f1087ccbd420f5d (patch) | |
tree | c611b6d47aeee78893f775765b94aa18e19d58fd /gyp | |
parent | 440c5a98dee428c661b77d149e30c794d264b8cd (diff) |
Wire up JsonCanvas in skiaserve
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1640333002
Review URL: https://codereview.chromium.org/1640333002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/skiaserve.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gyp/skiaserve.gyp b/gyp/skiaserve.gyp index e5d125c154..1c5ce5a94e 100644 --- a/gyp/skiaserve.gyp +++ b/gyp/skiaserve.gyp @@ -15,9 +15,13 @@ 'sources': [ '<!@(python find.py ../tools/skiaserve "*.cpp")', ], + 'include_dirs': [ + '../tools/json', + ], 'dependencies': [ 'flags.gyp:flags', 'gputest.gyp:skgputest', + 'json.gyp:json', 'jsoncpp.gyp:jsoncpp', 'microhttpd.gyp:microhttpd', 'skia_lib.gyp:skia_lib', |