summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorarthurhsu@chromium.org <arthurhsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-14 05:40:30 +0000
committerarthurhsu@chromium.org <arthurhsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-14 05:40:30 +0000
commitc43f3ed89b9518a8fdb8d525cd1d216123a0d179 (patch)
treeafcd3b3cd5606e59cf36d541c505379fb1144cac /DEPS
parentc5c8e2bdd87fa76b0736b5f157e50cce42c5263a (diff)
downloadchromium_src-c43f3ed89b9518a8fdb8d525cd1d216123a0d179.zip
chromium_src-c43f3ed89b9518a8fdb8d525cd1d216123a0d179.tar.gz
chromium_src-c43f3ed89b9518a8fdb8d525cd1d216123a0d179.tar.bz2
Push subsetter code upstream
BUG=none TEST=none Review URL: http://codereview.chromium.org/8921027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index f8313e4..483a725 100644
--- a/DEPS
+++ b/DEPS
@@ -35,7 +35,7 @@ vars = {
"libvpx_revision": "109236",
"lss_revision": "9",
"ffmpeg_revision": "112050",
- "sfntly_revision": "117",
+ "sfntly_revision": "118",
"skia_revision": "2850",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
@@ -121,8 +121,8 @@ deps = {
Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
Var("nacl_revision"),
- "src/third_party/sfntly/src/sfntly":
- (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" +
+ "src/third_party/sfntly/cpp/src":
+ (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
Var("sfntly_revision"),
"src/third_party/skia/src":