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

Side by Side Diff: webkit/DEPS

Issue 449016: Point #include lines to the new tcmalloc/chromium local branch.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add back webkit\DEPS after fresh restart Created 11 years 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 include_rules = [ 6 include_rules = [
7 # For bridge/c/c_utility.h in npruntime_util.cc 7 # For bridge/c/c_utility.h in npruntime_util.cc
8 "+bridge", 8 "+bridge",
9 "+grit", # For generated headers 9 "+grit", # For generated headers
10 "+third_party/sqlite", 10 "+third_party/sqlite",
11 "+third_party/tcmalloc",
11 12
12 # For databases/ 13 # For databases/
13 "+app/sql", 14 "+app/sql",
14 15
15 # 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
16 "+net/base", 17 "+net/base",
17 "+net/ftp", 18 "+net/ftp",
18 "+net/http", 19 "+net/http",
19 "+net/proxy", 20 "+net/proxy",
20 "+net/socket", 21 "+net/socket",
21 "+net/socket_stream", 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 | « third_party/tcmalloc/chromium/src/config.h ('k') | webkit/extensions/v8/heap_profiler_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698