| 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/cdm/browser", |
| 6 "+components/crash", | 7 "+components/crash", |
| 7 "+components/devtools_discovery", | 8 "+components/devtools_discovery", |
| 8 "+components/devtools_http_handler", | 9 "+components/devtools_http_handler", |
| 9 "+components/network_hints/browser", | 10 "+components/network_hints/browser", |
| 10 "+content/public/browser", | 11 "+content/public/browser", |
| 11 "+gin/v8_initializer.h", | 12 "+gin/v8_initializer.h", |
| 12 "+media/base", | 13 "+media/base", |
| 13 ] | 14 ] |
| OLD | NEW |