Index: DEPS |
diff --git a/DEPS b/DEPS |
index 07d76aeb3e3255d322b0a82e44b3f76c3ceb3147..d0f366c309d865b395f494b036e6eb157ad52bc5 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" ] |