diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 23:55:35 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 23:55:35 +0000 |
commit | e55badb64f610fa03504471ca8edd997a9d3f1b4 (patch) | |
tree | 18337beb82a19166cee0166faf9338124d5d6e78 /DEPS | |
parent | 3d7a219946c1f718357d15cddb954cda5f2c92eb (diff) | |
download | chromium_src-e55badb64f610fa03504471ca8edd997a9d3f1b4.zip chromium_src-e55badb64f610fa03504471ca8edd997a9d3f1b4.tar.gz chromium_src-e55badb64f610fa03504471ca8edd997a9d3f1b4.tar.bz2 |
Partially implement the new pepper API in Chrome. This is not actually hooked
up, which will require some changes in render_view as well as the plugin list.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/1697008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46760 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -141,6 +141,9 @@ deps = { "src/third_party/ffmpeg/source/patched-ffmpeg-mt": "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + Var("ffmpeg_revision"), + + "src/third_party/ppapi": + "http://ppapi.googlecode.com/svn/trunk@5", } |