Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # chromecast/browser/ is the top-level main directory for the Chromecast | 2 # chromecast/browser/ is the top-level main directory for the Chromecast |
| 3 # embedder and can include from all other chromecast/ directories. | 3 # embedder and can include from all other chromecast/ directories. |
| 4 "+cc/base/switches.h", | |
| 4 "+chromecast", | 5 "+chromecast", |
| 5 "+components/crash", | 6 "+components/crash", |
| 6 "+content/public/browser", | 7 "+content/public/browser", |
| 7 "+media/base", | 8 "+media/base", |
| 8 ] | 9 ] |
| OLD | NEW |