Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content/public/browser", | 2 "+content/public/browser", |
| 3 "+content/public/common", | 3 "+content/public/common", |
| 4 "+content/public/utility", | 4 "+content/public/utility", |
| 5 "+grit", # For generated headers | 5 "+grit", # For generated headers |
| 6 "+ipc", | |
| 7 "+jni", | 6 "+jni", |
| 7 "+mojo/public/cpp", | |
| 8 "+ui/base", | 8 "+ui/base", |
| 9 ] | 9 ] |
| OLD | NEW |