Index: gyp/most.gyp |
diff --git a/gyp/most.gyp b/gyp/most.gyp |
index 1a2537a5f20c827c5e104d71c9c0ce714aceb71f..dac0685b9a55bd0598331c17b10b730917958430 100644 |
--- a/gyp/most.gyp |
+++ b/gyp/most.gyp |
@@ -78,7 +78,12 @@ |
'visualbench.gyp:visualbench', |
] |
} |
- ] |
+ ], |
+ [ 'skia_build_server', { |
jcgregorio
2016/01/22 16:50:21
Won't this break "most" for anyone who doesn't hav
joshualitt
2016/01/22 16:51:19
I thought this would only build if skia_build_serv
jcgregorio
2016/01/22 16:59:29
I know nothing of gyp, so LGTM :-)
|
+ 'dependencies': [ |
+ 'skiaserve.gyp:skiaserve', |
+ ], |
+ }], |
], |
}, |
], |