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", | |
danakj
2014/11/03 15:53:22
you could just deps on cc/base/switches.h?
GusFernandez
2014/11/03 16:34:25
Done.
| |
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 |