diff options
Diffstat (limited to 'webkit/plugins/npapi/DEPS')
-rw-r--r-- | webkit/plugins/npapi/DEPS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/webkit/plugins/npapi/DEPS b/webkit/plugins/npapi/DEPS new file mode 100644 index 0000000..c3cbc8c --- /dev/null +++ b/webkit/plugins/npapi/DEPS @@ -0,0 +1,11 @@ +include_rules = [ + "+app", + "+ppapi", + + # Files in this directory must not depend on the proxy, because the proxy + # depends on IPC which we don't want to have in /webkit. + "-ppapi/proxy", + + "+printing", + "+skia", +] |