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

Side by Side Diff: webkit/DEPS

Issue 402054: Revert "Delete a bunch of deprecated and/or empty directores in src/webkit/." (Closed)
Patch Set: Created 11 years, 1 month 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 | « no previous file | webkit/README » ('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 "build", 4 "build",
5 # Skip port and pending because they use webkit style for includes.
6 "pending",
7 "port",
4 ] 8 ]
5 9
6 include_rules = [ 10 include_rules = [
7 # For bridge/c/c_utility.h in npruntime_util.cc 11 # For bridge/c/c_utility.h in npruntime_util.cc
8 "+bridge", 12 "+bridge",
9 "+grit", # For generated headers 13 "+grit", # For generated headers
10 "+third_party/sqlite", 14 "+third_party/sqlite",
11 15
12 # For databases/ 16 # For databases/
13 "+app/sql", 17 "+app/sql",
14 18
15 # TODO(brettw) - review these; move up if it's ok, or remove the dependency 19 # TODO(brettw) - review these; move up if it's ok, or remove the dependency
16 "+net/base", 20 "+net/base",
17 "+net/ftp", 21 "+net/ftp",
18 "+net/http", 22 "+net/http",
19 "+net/proxy", 23 "+net/proxy",
20 "+net/socket", 24 "+net/socket",
21 "+net/socket_stream", 25 "+net/socket_stream",
22 "+net/url_request", 26 "+net/url_request",
23 "+third_party/npapi/bindings", 27 "+third_party/npapi/bindings",
24 ] 28 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698