aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-01-22 11:17:46 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-22 11:17:46 -0800
commite36d40e7fd1ab475c29ddce964e21d1fa8701fc3 (patch)
treefaf2c6a8ab12973f1223b56446f745c988c47013 /DEPS
parentd4eaa25cafc6b113015690c851d26f399640a0ea (diff)
Update deps to pull microhttpd
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 07d76aeb3e..d0f366c309 100644
--- a/DEPS
+++ b/DEPS
@@ -41,6 +41,9 @@ deps = {
# 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" ]