aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-01-27 11:07:23 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-27 11:07:23 -0800
commit609d97918788c077514f190b0f1087ccbd420f5d (patch)
treec611b6d47aeee78893f775765b94aa18e19d58fd /gyp
parent440c5a98dee428c661b77d149e30c794d264b8cd (diff)
Wire up JsonCanvas in skiaserve
Diffstat (limited to 'gyp')
-rw-r--r--gyp/skiaserve.gyp4
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',