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

Side by Side Diff: chrome/DEPS

Issue 1849413003: Define crash keys in the directory hierarchy where they are used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with head Created 4 years, 5 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/BUILD.gn ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+crypto", 2 "+crypto",
3 "+gpu", 3 "+gpu",
4 "+net", 4 "+net",
5 "+pdf", 5 "+pdf",
6 "+printing", 6 "+printing",
7 "+sql", 7 "+sql",
8 # Browser, renderer, common and tests access V8 for various purposes. 8 # Browser, renderer, common and tests access V8 for various purposes.
9 "-v8", 9 "-v8",
10 "+v8/include", 10 "+v8/include",
11 11
12 # Limit what we include from nacl. 12 # Limit what we include from nacl.
13 "-native_client", 13 "-native_client",
14 14
15 # The subdirectories in chrome/ will manually allow their own include 15 # The subdirectories in chrome/ will manually allow their own include
16 # directories in chrome/ so we disallow all of them. 16 # directories in chrome/ so we disallow all of them.
17 "-chrome", 17 "-chrome",
18 "+chrome/common", 18 "+chrome/common",
19 "+chrome/test", 19 "+chrome/test",
20 "+components/content_settings/core/common", 20 "+components/content_settings/core/common",
21 "+components/error_page/common", 21 "+components/error_page/common",
22 "+components/omnibox/common", 22 "+components/omnibox/common",
23 "+components/url_formatter", 23 "+components/url_formatter",
24 "+components/variations", 24 "+components/variations",
25 "+content/public/common", 25 "+content/public/common",
26 "+content/public/test", 26 "+content/public/test",
27 "+media/base",
27 "+mojo/common", 28 "+mojo/common",
28 "+mojo/public", 29 "+mojo/public",
29 30
30 # Don't allow inclusion of these other libs we shouldn't be calling directly. 31 # Don't allow inclusion of these other libs we shouldn't be calling directly.
31 "-webkit", 32 "-webkit",
32 "-tools", 33 "-tools",
33 34
34 "-crypto/third_party", 35 "-crypto/third_party",
35 36
36 # Allow inclusion of WebKit API files. 37 # Allow inclusion of WebKit API files.
37 "+third_party/WebKit/public/platform", 38 "+third_party/WebKit/public/platform",
38 "+third_party/WebKit/public/web", 39 "+third_party/WebKit/public/web",
39 40
40 # Allow inclusion of third-party code: 41 # Allow inclusion of third-party code:
41 "+third_party/hunspell", 42 "+third_party/hunspell",
42 "+third_party/skia", 43 "+third_party/skia",
43 44
44 "+ui", 45 "+ui",
45 ] 46 ]
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698