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

Side by Side Diff: storage/DEPS

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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 | « storage/BUILD.gn ('k') | storage/OWNERS » ('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 ] 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 25 matching lines...) Expand all
36 "+third_party/khronos/GLES2", 36 "+third_party/khronos/GLES2",
37 37
38 # TODO(brettw) - review these; move up if it's ok, or remove the dependency 38 # TODO(brettw) - review these; move up if it's ok, or remove the dependency
39 "+net", 39 "+net",
40 "+third_party/npapi/bindings", 40 "+third_party/npapi/bindings",
41 41
42 # webkit/support is only test support code, nothing outside of webkit/support 42 # webkit/support is only test support code, nothing outside of webkit/support
43 # should pull it in. 43 # should pull it in.
44 "-webkit/support", 44 "-webkit/support",
45 ] 45 ]
OLDNEW
« no previous file with comments | « storage/BUILD.gn ('k') | storage/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698