OLD | NEW |
1 # Do NOT add chrome to the list below. We shouldn't be including files from | 1 # Do NOT add chrome to the list below. We shouldn't be including files from |
2 # src/chrome in src/content. | 2 # src/chrome in src/content. |
3 include_rules = [ | 3 include_rules = [ |
4 "+crypto", | 4 "+crypto", |
5 | 5 |
6 # Until we move most of our testing infrastructure in a way that content can | |
7 # make use of it. | |
8 "+chrome/test", | |
9 | |
10 # The subdirectories in content/ will manually allow their own include | 6 # The subdirectories in content/ will manually allow their own include |
11 # directories in content/ so we disallow all of them. | 7 # directories in content/ so we disallow all of them. |
12 "-content", | 8 "-content", |
13 "+content/common", | 9 "+content/common", |
14 "+content/public/common", | 10 "+content/public/common", |
15 "+content/public/test", | 11 "+content/public/test", |
16 "+content/shell", # for content_browsertests | 12 "+content/shell", # for content_browsertests |
17 "+content/test", | 13 "+content/test", |
18 | 14 |
19 "+grit/content_resources.h", | 15 "+grit/content_resources.h", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 "-views", | 64 "-views", |
69 | 65 |
70 # Aura Shell consumes views, so it too is banned. | 66 # Aura Shell consumes views, so it too is banned. |
71 "-ui/aura_shell", | 67 "-ui/aura_shell", |
72 | 68 |
73 "+webkit", | 69 "+webkit", |
74 | 70 |
75 # For generated JNI includes | 71 # For generated JNI includes |
76 "+jni", | 72 "+jni", |
77 ] | 73 ] |
OLD | NEW |