OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "-build", | 2 "-build", |
3 "-mojo", | 3 "-mojo", |
4 "-net", | 4 "-net", |
5 "-services", | 5 "-services", |
6 "-testing", | 6 "-testing", |
7 "!base", | |
8 "!mojo/common", | 7 "!mojo/common", |
9 "+mojo/services/network/public", | 8 "+mojo/services/network/public", |
10 "+third_party/mojo/src/mojo/public", | 9 "+third_party/mojo/src/mojo/public", |
11 ] | 10 ] |
OLD | NEW |