aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-10-28 13:28:54 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-28 13:28:54 -0700
commitb5068fce36a38d38222b7bfde25dc9d9ea8a36b1 (patch)
tree97111a01ba20a22be99c274f18f459588b3e0e95 /DEPS
parentbbba16878f343b232d844281fbdf056c00e20fb6 (diff)
Update deps to pull sdl
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 489eb78dd8..4544c10a95 100644
--- a/DEPS
+++ b/DEPS
@@ -41,6 +41,9 @@ deps = {
"third_party/externals/sfntly" : "https://chromium.googlesource.com/external/sfntly/cpp/src.git@1bdaae8fc788a5ac8936d68bf24f37d977a13dac",
# ICU is needed for sfntly.
"third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@ce41627e388fb46ab49671bd16a5db81dcd75a71",
+
+ # sdl will be needed for native windows
+ "third_party/externals/sdl" : "https://skia.googlesource.com/third_party/sdl@9b526d28cb2d7f0ccff0613c94bb52abc8f53b6f",
}
recursedeps = [ "common" ]