| OLD | NEW | 
|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2   "+cc/base/switches.h", | 2   "+cc/base/switches.h", | 
| 3   "+chromecast/common", | 3   "+chromecast/common", | 
| 4   "+chromecast/graphics", | 4   "+chromecast/graphics", | 
| 5   "+chromecast/media", | 5   "+chromecast/media", | 
| 6   "+chromecast/net", | 6   "+chromecast/net", | 
| 7   "+chromecast/service", | 7   "+chromecast/service", | 
| 8   "+components/crash", | 8   "+components/crash", | 
| 9   "+components/network_hints/browser", | 9   "+components/network_hints/browser", | 
| 10   "+components/prefs", | 10   "+components/prefs", | 
| 11   "+content/public/browser", | 11   "+content/public/browser", | 
| 12   "+content/public/common", | 12   "+content/public/common", | 
| 13   "+device/geolocation", | 13   "+device/geolocation", | 
| 14   "+gin/v8_initializer.h", | 14   "+gin/v8_initializer.h", | 
| 15   "+gpu/command_buffer/service/gpu_switches.h", | 15   "+gpu/command_buffer/service/gpu_switches.h", | 
| 16   "+grit/chromecast_settings.h", | 16   "+grit/chromecast_settings.h", | 
| 17   "+grit/shell_resources.h", | 17   "+grit/shell_resources.h", | 
| 18   "+media/audio", | 18   "+media/audio", | 
| 19   "+media/base", | 19   "+media/base", | 
| 20   "+media/mojo", | 20   "+media/mojo", | 
| 21   "+mojo/public", | 21   "+mojo/public", | 
| 22   "+net", | 22   "+net", | 
| 23   "+services/shell/public", | 23   "+services/service_manager/public", | 
| 24   "+ui/aura", | 24   "+ui/aura", | 
| 25   "+ui/base", | 25   "+ui/base", | 
| 26   "+ui/compositor", | 26   "+ui/compositor", | 
| 27   "+ui/gfx", | 27   "+ui/gfx", | 
| 28   "+ui/gl", | 28   "+ui/gl", | 
| 29   "+ui/display", | 29   "+ui/display", | 
| 30   "+ui/ozone/platform/cast/overlay_manager_cast.h", | 30   "+ui/ozone/platform/cast/overlay_manager_cast.h", | 
| 31 | 31 | 
| 32   # TODO(sanfin): Remove this by fixing the crash handler on android. | 32   # TODO(sanfin): Remove this by fixing the crash handler on android. | 
| 33   "!chromecast/app", | 33   "!chromecast/app", | 
| 34 ] | 34 ] | 
| OLD | NEW | 
|---|