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

Unified Diff: gyp/skiaserve.gyp

Issue 1628363002: Build and link microhttpd from gyp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: spaces 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 | « gyp/microhttpd.gyp ('k') | third_party/libmicrohttpd/build.py » ('j') | no next file with comments »
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 806d72f9b8aa949d3ab623f8aeacbf1d6d50df0a..e5d125c154e9cbf4998d42c882f01f9b6609e8c9 100644
--- a/gyp/skiaserve.gyp
+++ b/gyp/skiaserve.gyp
@@ -12,11 +12,6 @@
{
'target_name': 'skiaserve',
'type': 'executable',
- 'include_dirs': [
- '../src/core',
- #TODO make this a real project
- '../third_party/externals/microhttpd/src/include',
- ],
'sources': [
'<!@(python find.py ../tools/skiaserve "*.cpp")',
],
@@ -24,20 +19,12 @@
'flags.gyp:flags',
'gputest.gyp:skgputest',
'jsoncpp.gyp:jsoncpp',
+ 'microhttpd.gyp:microhttpd',
'skia_lib.gyp:skia_lib',
'tools.gyp:crash_handler',
'tools.gyp:proc_stats',
'tools.gyp:resources',
],
- #TODO real libmicrohttpd gyp
- 'link_settings': {
- 'ldflags': [
- '-L../../third_party/externals/microhttpd/src/microhttpd/.libs',
- ],
- 'libraries': [
- '-lmicrohttpd',
- ],
- },
},
],
}
« no previous file with comments | « gyp/microhttpd.gyp ('k') | third_party/libmicrohttpd/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698