Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chromecast", | 2 "+chromecast/browser", |
| 3 "+chromecast/common", | |
| 4 "+chromecast/crash", | |
| 5 "+chromecast/renderer", | |
| 6 "+chromecast/utility", | |
| 3 "+components/crash", | 7 "+components/crash", |
| 4 "+content/public/app", | 8 "+content/public/app", |
| 5 "+content/public/browser", | 9 "+content/public/browser", |
| 6 "+content/public/common", | 10 "+content/public/common", |
| 7 "+ui/base", | 11 "+ui/base", |
| 8 ] | 12 ] |
| OLD | NEW |