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

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: rebase again 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 4aed9bf620284257bf551f732d0c86d384d24c3b..c15231c6bed11b14ba87e3286443742e45ca781e 100644
--- a/DEPS
+++ b/DEPS
@@ -32,8 +32,17 @@ vars = {
# If you do not know, use the full path while defining your new deps entry.
'googlecode_url': 'http://%s.googlecode.com/svn',
'chromium_git': 'https://chromium.googlesource.com',
+ # Three lines of non-changing comments so that
+ # the commit queue can handle CLs rolling libvpx
+ # and whatever else without interference from each other.
'libvpx_revision': 'b33794b9132c8c1722206d6676c37177ccbaef2e',
- 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
+ # Three lines of non-changing comments so that
+ # the commit queue can handle CLs rolling sfntly
+ # and whatever else without interference from each other.
+ 'sfntly_revision': '130f832eddf98467e6578b548cb74ce17d04a26d',
+ # Three lines of non-changing comments so that
+ # the commit queue can handle CLs rolling Skia
+ # and whatever else without interference from each other.
'skia_revision': 'c9e190ddac3d193e89e580ea3819a55c28f15e61',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
@@ -157,8 +166,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698