Update deps to pull microhttpd

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1620813004

Review URL: https://codereview.chromium.org/1620813004
This commit is contained in:
joshualitt 2016-01-22 11:17:46 -08:00 committed by Commit bot
parent d4eaa25caf
commit e36d40e7fd

3
DEPS
View File

@ -41,6 +41,9 @@ deps = {
# sdl will be needed for native windows # sdl will be needed for native windows
"third_party/externals/sdl" : "https://skia.googlesource.com/third_party/sdl@9b526d28cb2d7f0ccff0613c94bb52abc8f53b6f", "third_party/externals/sdl" : "https://skia.googlesource.com/third_party/sdl@9b526d28cb2d7f0ccff0613c94bb52abc8f53b6f",
# microhttpd for skiaserve
"third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d",
} }
recursedeps = [ "common" ] recursedeps = [ "common" ]