OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # The following directories have been refactored, so no new dependencies | 2 "-chrome", |
3 # should be added from these directories. | 3 "+chrome/test", |
4 "-chrome/renderer/autofill", | |
5 "-chrome/renderer/extensions", | |
6 "-chrome/renderer/safe_browsing", | |
7 "-chrome/renderer/spellchecker", | |
8 | |
9 "+content/plugin", # For shared npruntime proxying code. | 4 "+content/plugin", # For shared npruntime proxying code. |
10 "+third_party/mach_override", | 5 "+third_party/mach_override", |
11 "+third_party/tcmalloc", | 6 "+third_party/tcmalloc", |
12 "+v8/include", | 7 "+v8/include", |
13 ] | 8 ] |
OLD | NEW |