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