summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-07 23:55:35 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-07 23:55:35 +0000
commite55badb64f610fa03504471ca8edd997a9d3f1b4 (patch)
tree18337beb82a19166cee0166faf9338124d5d6e78 /DEPS
parent3d7a219946c1f718357d15cddb954cda5f2c92eb (diff)
downloadchromium_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--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index f86f3c3..5f51cdb 100644
--- a/DEPS
+++ b/DEPS
@@ -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",
}