commit | e36d40e7fd1ab475c29ddce964e21d1fa8701fc3 | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Fri Jan 22 11:17:46 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jan 22 11:17:46 2016 -0800 |
tree | faf2c6a8ab12973f1223b56446f745c988c47013 | |
parent | d4eaa25cafc6b113015690c851d26f399640a0ea [diff] |
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
diff --git a/DEPS b/DEPS index 07d76ae..d0f366c 100644 --- a/DEPS +++ b/DEPS
@@ -41,6 +41,9 @@ # sdl will be needed for native windows "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" ]