Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: DEPS

Issue 1367323002: Pull sfntly from GitHub instead of code.google.com. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | skia/config/SkUserConfig.h » ('j') | third_party/sfntly/README.chromium » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'),
« no previous file with comments | « no previous file | skia/config/SkUserConfig.h » ('j') | third_party/sfntly/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698