| 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/devtools_discovery", | 7 "+components/devtools_discovery", |
| 8 "+components/devtools_http_handler", | 8 "+components/devtools_http_handler", |
| 9 "+components/external_video_surface", | 9 "+components/external_video_surface", |
| 10 "+components/network_hints/browser", | 10 "+components/network_hints/browser", |
| 11 "+components/prefs", | 11 "+components/prefs", |
| 12 "+content/public/browser", | 12 "+content/public/browser", |
| 13 "+content/public/common", |
| 13 "+device/geolocation", | 14 "+device/geolocation", |
| 14 "+gin/v8_initializer.h", | 15 "+gin/v8_initializer.h", |
| 15 "+gpu/command_buffer/service/gpu_switches.h", | 16 "+gpu/command_buffer/service/gpu_switches.h", |
| 17 "+grit/chromecast_settings.h", |
| 18 "+grit/shell_resources.h", |
| 16 "+media/audio", | 19 "+media/audio", |
| 17 "+media/base", | 20 "+media/base", |
| 18 "+media/mojo", | 21 "+media/mojo", |
| 22 "+net", |
| 19 "+services/shell/public", | 23 "+services/shell/public", |
| 24 "+ui/aura", |
| 25 "+ui/base", |
| 26 "+ui/compositor", |
| 27 "+ui/gfx", |
| 28 "+ui/gl", |
| 29 "+ui/display", |
| 20 "+ui/ozone/platform/cast/overlay_manager_cast.h", | 30 "+ui/ozone/platform/cast/overlay_manager_cast.h", |
| 21 ] | 31 ] |
| OLD | NEW |