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 "+cc/base/switches.h", |
5 "+chromecast", | 5 "+chromecast", |
6 "+components/crash", | 6 "+components/crash", |
7 "+components/dns_prefetch/browser", | |
7 "+content/public/browser", | 8 "+content/public/browser", |
8 "+media/base", | 9 "+media/base", |
9 ] | 10 ] |
OLD | NEW |