Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content/public/common", | |
| 2 "+content/public/renderer", | 3 "+content/public/renderer", |
| 3 "+ipc", | 4 "+ipc", |
| 5 "+mojo/public/cpp/bindings", | |
| 6 "+services/service_manager/public/cpp", | |
| 7 "+third_party/hunspell", | |
| 4 "+third_party/WebKit/public", | 8 "+third_party/WebKit/public", |
| 5 "+third_party/hunspell", | |
| 6 ] | 9 ] |
| OLD | NEW |