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

Side by Side Diff: chrome/DEPS

Issue 6537015: Start moving core pieces of Chrome multi-process code to src\content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « DEPS ('k') | chrome/browser/prefs/browser_prefs.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 "+gpu", 4 "+gpu",
4 "+net", 5 "+net",
5 "+printing", 6 "+printing",
6 "+views", 7 "+views",
7 8
8 # The subdirectories in chrome/ will manually allow their own include 9 # The subdirectories in chrome/ will manually allow their own include
9 # directories in chrome/ so we disallow all of them. 10 # directories in chrome/ so we disallow all of them.
10 "-chrome", 11 "-chrome",
11 "+chrome/common", 12 "+chrome/common",
12 "+chrome/test", 13 "+chrome/test",
(...skipping 11 matching lines...) Expand all
24 "+webkit/fileapi", 25 "+webkit/fileapi",
25 26
26 # Allow inclusion of third-party code: 27 # Allow inclusion of third-party code:
27 "+third_party/mozilla", # Mozilla interface headers. 28 "+third_party/mozilla", # Mozilla interface headers.
28 "+third_party/npapi", # NPAPI interface headers. 29 "+third_party/npapi", # NPAPI interface headers.
29 "+third_party/tcmalloc", # tcmallo 30 "+third_party/tcmalloc", # tcmallo
30 "+third_party/GTM", # Google Toolbox for Mac. 31 "+third_party/GTM", # Google Toolbox for Mac.
31 32
32 "+ui", 33 "+ui",
33 ] 34 ]
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698