diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-12 16:25:01 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-12 16:25:01 +0000 |
commit | 43a4020cd2aa067b10c55731978d9ac127a4cd50 (patch) | |
tree | e1fbf216dbd797608aa0eb7134b4e09700b50165 /ppapi/proxy/DEPS | |
parent | 2140bd517307f12157235ff301c55ad84607c21a (diff) | |
download | chromium_src-43a4020cd2aa067b10c55731978d9ac127a4cd50.zip chromium_src-43a4020cd2aa067b10c55731978d9ac127a4cd50.tar.gz chromium_src-43a4020cd2aa067b10c55731978d9ac127a4cd50.tar.bz2 |
Add proxies for some of the PDF & Flash functionality. There are still a few
unimplemented parts in the Flash proxy, and I only implemented the necessary
part of the PDF one.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/4752008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/DEPS')
-rw-r--r-- | ppapi/proxy/DEPS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ppapi/proxy/DEPS b/ppapi/proxy/DEPS new file mode 100644 index 0000000..377524e --- /dev/null +++ b/ppapi/proxy/DEPS @@ -0,0 +1,7 @@ +include_rules = [ + # These files are really Chrome-only and we don't want to expose them, but + # we need to use them for the proxy. Allow the code here to pull these + # headers (which don't depend on anything else). + "+webkit/glue/plugins/ppb_private.h", + "+webkit/glue/plugins/ppb_private2.h", +] |