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

Unified Diff: gyp/most.gyp

Issue 1781853002: Revert of Create explicit microhttpd.gyp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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 | « gyp/microhttpd.gyp ('k') | third_party/libmicrohttpd/MHD_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/most.gyp
diff --git a/gyp/most.gyp b/gyp/most.gyp
index 9b49c474c4365d29f7d29fb7cbd1ce8516acb55d..dac0685b9a55bd0598331c17b10b730917958430 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -68,10 +68,7 @@
'dependencies': ['iOSShell.gyp:iOSShell' ],
}],
['skia_os == "mac" or skia_os == "linux"', {
- 'dependencies': [
- 'nanomsg.gyp:*' ,
- 'skiaserve.gyp:skiaserve',
- ],
+ 'dependencies': [ 'nanomsg.gyp:*' ],
}],
[ 'skia_skip_gui',
{
@@ -82,6 +79,11 @@
]
}
],
+ [ 'skia_build_server', {
+ 'dependencies': [
+ 'skiaserve.gyp:skiaserve',
+ ],
+ }],
],
},
],
« no previous file with comments | « gyp/microhttpd.gyp ('k') | third_party/libmicrohttpd/MHD_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698