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

Side by Side Diff: chrome/DEPS

Issue 2541893002: Remove mention of crypto/third_party in chrome/DEPS. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | 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",
(...skipping 14 matching lines...) Expand all
25 "+content/public/common", 25 "+content/public/common",
26 "+content/public/test", 26 "+content/public/test",
27 "+mojo/common", 27 "+mojo/common",
28 "+mojo/public", 28 "+mojo/public",
29 "+ppapi/features", 29 "+ppapi/features",
30 30
31 # 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.
32 "-webkit", 32 "-webkit",
33 "-tools", 33 "-tools",
34 34
35 "-crypto/third_party",
36
37 # Allow inclusion of WebKit API files. 35 # Allow inclusion of WebKit API files.
38 "+third_party/WebKit/public/platform", 36 "+third_party/WebKit/public/platform",
39 "+third_party/WebKit/public/public_features.h", 37 "+third_party/WebKit/public/public_features.h",
40 "+third_party/WebKit/public/web", 38 "+third_party/WebKit/public/web",
41 39
42 # Allow inclusion of third-party code: 40 # Allow inclusion of third-party code:
43 "+third_party/hunspell", 41 "+third_party/hunspell",
44 "+third_party/skia", 42 "+third_party/skia",
45 43
46 "+ui", 44 "+ui",
47 ] 45 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698