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

Side by Side Diff: webkit/DEPS

Issue 243108: Enable WebSocket in test_shell (Closed)
Patch Set: add +net/socket_stream in webkit/DEPS Created 11 years, 2 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
« no previous file with comments | « chrome/renderer/renderer_glue.cc ('k') | webkit/api/public/WebKitClient.h » ('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 "api", 3 "api",
4 "build", 4 "build",
5 # Skip port and pending because they use webkit style for includes. 5 # Skip port and pending because they use webkit style for includes.
6 "pending", 6 "pending",
7 "port", 7 "port",
8 ] 8 ]
9 9
10 include_rules = [ 10 include_rules = [
11 # For bridge/c/c_utility.h in npruntime_util.cc 11 # For bridge/c/c_utility.h in npruntime_util.cc
12 "+bridge", 12 "+bridge",
13 "+grit", # For generated headers 13 "+grit", # For generated headers
14 "+third_party/sqlite", 14 "+third_party/sqlite",
15 15
16 # TODO(brettw) - review these; move up if it's ok, or remove the dependency 16 # TODO(brettw) - review these; move up if it's ok, or remove the dependency
17 "+net/base", 17 "+net/base",
18 "+net/ftp", 18 "+net/ftp",
19 "+net/http", 19 "+net/http",
20 "+net/proxy", 20 "+net/proxy",
21 "+net/socket", 21 "+net/socket",
22 "+net/socket_stream",
22 "+net/url_request", 23 "+net/url_request",
23 "+third_party/npapi/bindings", 24 "+third_party/npapi/bindings",
24 ] 25 ]
OLDNEW
« no previous file with comments | « chrome/renderer/renderer_glue.cc ('k') | webkit/api/public/WebKitClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698