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

Side by Side Diff: webkit/DEPS

Issue 12518036: net: move host_resolver files from net/base to net/dns (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
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 ] 4 ]
5 5
6 # Do NOT add chrome to the list below. We shouldn't be including files from 6 # Do NOT add chrome to the list below. We shouldn't be including files from
7 # src/chrome in src/webkit. 7 # src/chrome in src/webkit.
8 include_rules = [ 8 include_rules = [
9 # For bridge/c/c_utility.h in npruntime_util.cc 9 # For bridge/c/c_utility.h in npruntime_util.cc
10 "+bridge", 10 "+bridge",
(...skipping 22 matching lines...) Expand all
33 "+gpu/GLES2", 33 "+gpu/GLES2",
34 "+third_party/khronos/GLES2", 34 "+third_party/khronos/GLES2",
35 35
36 # For shared USB keycode conversion tables used by ppapi plugin code. 36 # For shared USB keycode conversion tables used by ppapi plugin code.
37 "+ui/base/keycodes", 37 "+ui/base/keycodes",
38 38
39 # TODO(brettw) - review these; move up if it's ok, or remove the dependency 39 # TODO(brettw) - review these; move up if it's ok, or remove the dependency
40 "+crypto", 40 "+crypto",
41 "+net/base", 41 "+net/base",
42 "+net/cookies", 42 "+net/cookies",
43 "+net/dns",
tony 2013/03/20 21:54:19 It's probably fine to just depend on the whole net
43 "+net/ftp", 44 "+net/ftp",
44 "+net/http", 45 "+net/http",
45 "+net/proxy", 46 "+net/proxy",
46 "+net/ssl", 47 "+net/ssl",
47 "+net/socket", 48 "+net/socket",
48 "+net/socket_stream", 49 "+net/socket_stream",
49 "+net/test", 50 "+net/test",
50 "+net/url_request", 51 "+net/url_request",
51 "+net/websockets", 52 "+net/websockets",
52 "+third_party/npapi/bindings", 53 "+third_party/npapi/bindings",
53 ] 54 ]
OLDNEW
« no previous file with comments | « sync/tools/sync_listen_notifications.cc ('k') | webkit/tools/test_shell/test_shell_request_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698