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

Side by Side Diff: chrome/DEPS

Issue 6805019: Move crypto files out of base, to a top level directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fixes comments by eroman Created 9 years, 8 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 | « base/third_party/nss/sha512.cc ('k') | chrome/app/chrome_main.cc » ('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 "+app", 2 "+app",
3 "+content", 3 "+content",
4 "+crypto",
4 "+gpu", 5 "+gpu",
5 "+net", 6 "+net",
6 "+printing", 7 "+printing",
7 "+views", 8 "+views",
8 9
9 # The subdirectories in chrome/ will manually allow their own include 10 # The subdirectories in chrome/ will manually allow their own include
10 # directories in chrome/ so we disallow all of them. 11 # directories in chrome/ so we disallow all of them.
11 "-chrome", 12 "-chrome",
12 "+chrome/common", 13 "+chrome/common",
13 "+chrome/test", 14 "+chrome/test",
(...skipping 11 matching lines...) Expand all
25 "+webkit/fileapi", 26 "+webkit/fileapi",
26 27
27 # Allow inclusion of third-party code: 28 # Allow inclusion of third-party code:
28 "+third_party/mozilla", # Mozilla interface headers. 29 "+third_party/mozilla", # Mozilla interface headers.
29 "+third_party/npapi", # NPAPI interface headers. 30 "+third_party/npapi", # NPAPI interface headers.
30 "+third_party/tcmalloc", # tcmallo 31 "+third_party/tcmalloc", # tcmallo
31 "+third_party/GTM", # Google Toolbox for Mac. 32 "+third_party/GTM", # Google Toolbox for Mac.
32 33
33 "+ui", 34 "+ui",
34 ] 35 ]
OLDNEW
« no previous file with comments | « base/third_party/nss/sha512.cc ('k') | chrome/app/chrome_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698