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 "-chrome", | 6 "-chrome", |
7 # Until we move most of our testing infrastructure in a way that content can | 7 # Until we move most of our testing infrastructure in a way that content can |
8 # make use of it. | 8 # make use of it. |
9 "+chrome/test", | 9 "+chrome/test", |
10 | 10 |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 | 63 |
64 # Content shouldn't depend on views. While we technically don't need this | 64 # Content shouldn't depend on views. While we technically don't need this |
65 # line, since the top level DEPS doesn't allow it, we add it to make this | 65 # line, since the top level DEPS doesn't allow it, we add it to make this |
66 # explicit. | 66 # explicit. |
67 "-views", | 67 "-views", |
68 | 68 |
69 # Aura Shell consumes views, so it too is banned. | 69 # Aura Shell consumes views, so it too is banned. |
70 "-ui/aura_shell", | 70 "-ui/aura_shell", |
71 | 71 |
72 "+webkit", | 72 "+webkit", |
| 73 |
| 74 # For generated JNI includes |
| 75 "+jni", |
73 ] | 76 ] |
OLD | NEW |