summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorarthurhsu@chromium.org <arthurhsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-03 20:16:20 +0000
committerarthurhsu@chromium.org <arthurhsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-03 20:16:20 +0000
commit67641c007a64ee03cefcfe603947e93710997daa (patch)
tree0ae3e161a2114d3269aa156b0995cab2a453d7b9 /DEPS
parentf2f4d29b5a3f0dd2ca5a5ef7fef7ce7457460f7e (diff)
downloadchromium_src-67641c007a64ee03cefcfe603947e93710997daa.zip
chromium_src-67641c007a64ee03cefcfe603947e93710997daa.tar.gz
chromium_src-67641c007a64ee03cefcfe603947e93710997daa.tar.bz2
Roll sfntly r36.
BUG=91393 TEST=none This release shall fix crashes reported in 91393 and 91394. sfntly converted to strict Google C++ coding style so we need to update our code (subsetter_impl.cc) that uses it. Review URL: http://codereview.chromium.org/7549026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS6
1 files changed, 2 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index a8b0b3e7..9d3ac50 100644
--- a/DEPS
+++ b/DEPS
@@ -21,7 +21,7 @@ vars = {
"libjingle_revision": "77",
"libvpx_revision": "90416",
"ffmpeg_revision": "94207",
- "sfntly_revision": "25",
+ "sfntly_revision": "36",
"skia_revision": "2028",
"v8_revision": "8765",
"webrtc_revision": "232",
@@ -104,9 +104,7 @@ deps = {
Var("nacl_revision"),
"src/third_party/sfntly/src/sfntly":
- "http://sfntly.googlecode.com/svn/trunk/cpp/src/sfntly@" +
- #TODO(arthurhsu): replace above line with this after mirror is setup.
- #(Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" +
+ (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" +
Var("sfntly_revision"),
"src/third_party/skia/gpu":