summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/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 /webkit/glue/plugins/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 'webkit/glue/plugins/DEPS')
-rw-r--r--webkit/glue/plugins/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/plugins/DEPS b/webkit/glue/plugins/DEPS
new file mode 100644
index 0000000..21f5108
--- /dev/null
+++ b/webkit/glue/plugins/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+third_party/ppapi/c",
+]