summaryrefslogtreecommitdiffstats
path: root/chrome/ppapi_plugin
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-10 01:36:07 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-10 01:36:07 +0000
commit8ed69124d13a1dbf661535147225cd50df5eef0c (patch)
tree17f179c8d2977e2c64dec7edd42d669faeddc221 /chrome/ppapi_plugin
parent709a847ee12e1380df59db8cd3c972ec4f9c674e (diff)
downloadchromium_src-8ed69124d13a1dbf661535147225cd50df5eef0c.zip
chromium_src-8ed69124d13a1dbf661535147225cd50df5eef0c.tar.gz
chromium_src-8ed69124d13a1dbf661535147225cd50df5eef0c.tar.bz2
Add DEPS file for ppapi plugin.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65615 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/ppapi_plugin')
-rw-r--r--chrome/ppapi_plugin/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/ppapi_plugin/DEPS b/chrome/ppapi_plugin/DEPS
new file mode 100644
index 0000000..ba39a68
--- /dev/null
+++ b/chrome/ppapi_plugin/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+ppapi/c",
+ "+ppapi/proxy",
+]