Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: webkit/DEPS

Issue 21025: Fix the dependency checker tool. Rules for a directory did modify their direc... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/checkdeps/checkdeps.py ('k') | webkit/glue/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/DEPS
===================================================================
--- webkit/DEPS (revision 9073)
+++ webkit/DEPS (working copy)
@@ -9,4 +9,11 @@
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",
]
« no previous file with comments | « tools/checkdeps/checkdeps.py ('k') | webkit/glue/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698