Index: DEPS |
diff --git a/DEPS b/DEPS |
index 642e2bafbca0f5365c17ae704e44970a6c590cbe..1d352d5e658b789793ae0a2296dee55ef433577d 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -33,7 +33,7 @@ vars = { |
'googlecode_url': 'http://%s.googlecode.com/svn', |
'chromium_git': 'https://chromium.googlesource.com', |
'libvpx_revision': '70db2235b7e389f4d1b178320ebce76280c127af', |
- 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
+ 'sfntly_revision': '130f832eddf98467e6578b548cb74ce17d04a26d', |
'skia_revision': '97be9a0c86eedd8ab85ae7d9aaccb0b0a8e4577d', |
# Three lines of non-changing comments so that |
# the commit queue can handle CLs rolling V8 |
@@ -157,8 +157,8 @@ deps = { |
'src/native_client': |
Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'), |
- 'src/third_party/sfntly/cpp/src': |
- Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_revision'), |
+ 'src/third_party/sfntly/src': |
+ Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'), |
'src/third_party/skia': |
Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |