OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+gin", | 2 "+gin", |
3 "+net", | 3 "+net", |
4 | 4 |
| 5 "+content/public/child", |
5 "+content/public/renderer", | 6 "+content/public/renderer", |
6 "+content/public/common", | 7 "+content/public/common", |
7 "+content/public/test", | 8 "+content/public/test", |
8 "+third_party/WebKit/public", | 9 "+third_party/WebKit/public", |
9 "+third_party/re2", | 10 "+third_party/re2", |
10 "+skia", | 11 "+skia", |
11 "+webkit/common", | 12 "+webkit/common", |
12 "+ui/base/webui", | 13 "+ui/base/webui", |
13 ] | 14 ] |
OLD | NEW |