diff options
author | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-20 19:30:52 +0000 |
---|---|---|
committer | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-20 19:30:52 +0000 |
commit | f078658c9d650668823d4e1660b9732f35ac69d9 (patch) | |
tree | 511716ecca0d85213fb40a3ce56e3746d8375ee2 /DEPS | |
parent | 17d48e91ad0ee5fe7d3f74c47e455aa8954e131f (diff) | |
download | chromium_src-f078658c9d650668823d4e1660b9732f35ac69d9.zip chromium_src-f078658c9d650668823d4e1660b9732f35ac69d9.tar.gz chromium_src-f078658c9d650668823d4e1660b9732f35ac69d9.tar.bz2 |
Get the latest PPAPI version that fixes the nacl build break.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3421019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ deps = { Var("libvpx_revision"), "src/third_party/ppapi": - (Var("googlecode_url") % "ppapi") + "/trunk@255", + (Var("googlecode_url") % "ppapi") + "/trunk@256", "src/third_party/libjingle/source": (Var("googlecode_url") % "libjingle") + "/branches/nextsnap@" + |