Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: gyp/skiaserve.gyp

Issue 1640333002: Wire up JsonCanvas in skiaserve (Closed) Base URL: https://skia.googlesource.com/skia.git@skiaserve-6-cleanup
Patch Set: add redirect Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/skiaserve/skiaserve.cpp » ('j') | tools/skiaserve/skiaserve.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/skiaserve.gyp
diff --git a/gyp/skiaserve.gyp b/gyp/skiaserve.gyp
index e5d125c154e9cbf4998d42c882f01f9b6609e8c9..1c5ce5a94e39bff79daea0cd755506f3cf942118 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',
« no previous file with comments | « no previous file | tools/skiaserve/skiaserve.cpp » ('j') | tools/skiaserve/skiaserve.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698