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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/checkdeps/checkdeps.py ('k') | webkit/glue/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # checkdeps.py shouldn't check include paths for files in these dirs: 1 # checkdeps.py shouldn't check include paths for files in these dirs:
2 skip_child_includes = [ 2 skip_child_includes = [
3 "build", 3 "build",
4 # Skip port and pending because they use webkit style for includes. 4 # Skip port and pending because they use webkit style for includes.
5 "pending", 5 "pending",
6 "port", 6 "port",
7 ] 7 ]
8 8
9 include_rules = [ 9 include_rules = [
10 # For bridge/c/c_utility.h in npruntime_util.cc 10 # For bridge/c/c_utility.h in npruntime_util.cc
11 "+bridge", 11 "+bridge",
12
13 # TODO(brettw) - review these; move up if it's ok, or remove the dependency
14 "+net/base",
15 "+net/http",
16 "+net/proxy",
17 "+net/url_request",
18 "+third_party/npapi/bindings",
12 ] 19 ]
OLDNEW
« 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