diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 20:30:06 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 20:30:06 +0000 |
commit | 947edcfc3a727731726a7f6411a59606eca8fa51 (patch) | |
tree | 64e9b75a991c519668e44f99febd8e61cf97581e /DEPS | |
parent | 01897f50c651c2f8708808854b8ebe3c4a114147 (diff) | |
download | chromium_src-947edcfc3a727731726a7f6411a59606eca8fa51.zip chromium_src-947edcfc3a727731726a7f6411a59606eca8fa51.tar.gz chromium_src-947edcfc3a727731726a7f6411a59606eca8fa51.tar.bz2 |
Roll ppapi 280:282.
ppapi r282 fixes a clang warning. This should get the clang/mac bot green.
BUG=None
TEST=None
TBR=brettw
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ deps = { Var("libvpx_revision"), "src/third_party/ppapi": - (Var("googlecode_url") % "ppapi") + "/trunk@280", + (Var("googlecode_url") % "ppapi") + "/trunk@282", "src/third_party/libjingle/source": (Var("googlecode_url") % "libjingle") + "/trunk@" + |