diff options
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index c0c8533..120eb9f 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -9,4 +9,11 @@ skip_child_includes = [ include_rules = [ # For bridge/c/c_utility.h in npruntime_util.cc "+bridge", + + # TODO(brettw) - review these; move up if it's ok, or remove the dependency + "+net/base", + "+net/http", + "+net/proxy", + "+net/url_request", + "+third_party/npapi/bindings", ] |