diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 19:26:46 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 19:26:46 +0000 |
commit | 90864a884d166bc380fc354e6a448bea1230a087 (patch) | |
tree | c1b48dd2daa216fc873df218da942bf904cccb08 /DEPS | |
parent | 95940f106670b9259dcc25cdeb56722d857dbca0 (diff) | |
download | chromium_src-90864a884d166bc380fc354e6a448bea1230a087.zip chromium_src-90864a884d166bc380fc354e6a448bea1230a087.tar.gz chromium_src-90864a884d166bc380fc354e6a448bea1230a087.tar.bz2 |
Add a PPAPI ui test framework and start running the existing image data test.
Pull latest Pepper to get test updates.
TEST=is what this is
BUG=none
Review URL: http://codereview.chromium.org/2076012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ deps = { Var("libvpx_revision"), "src/third_party/ppapi": - "http://ppapi.googlecode.com/svn/trunk@44", + "http://ppapi.googlecode.com/svn/trunk@46", } |