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

Side by Side Diff: chrome/DEPS

Issue 570253002: Componentize NetErrorHelperCore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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 | « no previous file | chrome/app/generated_resources.grd » ('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 "+printing", 5 "+printing",
6 "+sql", 6 "+sql",
7 # Browser, renderer, common and tests access V8 for various purposes. 7 # Browser, renderer, common and tests access V8 for various purposes.
8 "-v8", 8 "-v8",
9 "+v8/include", 9 "+v8/include",
10 10
11 # Limit what we include from nacl. 11 # Limit what we include from nacl.
12 "-native_client", 12 "-native_client",
13 13
14 # The subdirectories in chrome/ will manually allow their own include 14 # The subdirectories in chrome/ will manually allow their own include
15 # directories in chrome/ so we disallow all of them. 15 # directories in chrome/ so we disallow all of them.
16 "-chrome", 16 "-chrome",
17 "+chrome/common", 17 "+chrome/common",
18 "+chrome/test", 18 "+chrome/test",
19 "+components/content_settings/core/common", 19 "+components/content_settings/core/common",
20 "+components/error_page",
20 "+components/url_fixer", 21 "+components/url_fixer",
21 "+components/variations", 22 "+components/variations",
22 "+content/public/common", 23 "+content/public/common",
23 "+content/public/test", 24 "+content/public/test",
24 "+mojo/common", 25 "+mojo/common",
25 "+mojo/public", 26 "+mojo/public",
26 27
27 # Don't allow inclusion of these other libs we shouldn't be calling directly. 28 # Don't allow inclusion of these other libs we shouldn't be calling directly.
28 "-webkit", 29 "-webkit",
29 "-tools", 30 "-tools",
30 31
31 "-crypto/third_party", 32 "-crypto/third_party",
32 33
33 # Allow inclusion of WebKit API files. 34 # Allow inclusion of WebKit API files.
34 "+third_party/WebKit/public/platform", 35 "+third_party/WebKit/public/platform",
35 "+third_party/WebKit/public/web", 36 "+third_party/WebKit/public/web",
36 37
37 # Allow inclusion of third-party code: 38 # Allow inclusion of third-party code:
38 "+third_party/hunspell", 39 "+third_party/hunspell",
39 "+third_party/libxml", 40 "+third_party/libxml",
40 "+third_party/skia", 41 "+third_party/skia",
41 42
42 "+ui", 43 "+ui",
43 ] 44 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698