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

Unified Diff: gyp/most.gyp

Issue 1621753002: First rough draft of skiaserve (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
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',
+ ],
+ }],
],
},
],
« no previous file with comments | « gyp/common_variables.gypi ('k') | gyp/skiaserve.gyp » ('j') | tools/skiaserve/skiaserve.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698