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/external_video_surface", | 9 "+components/external_video_surface", |
10 "+components/network_hints/browser", | 10 "+components/network_hints/browser", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "+media/mojo", | 21 "+media/mojo", |
22 "+mojo/public", | 22 "+mojo/public", |
23 "+net", | 23 "+net", |
24 "+services/shell/public", | 24 "+services/shell/public", |
25 "+ui/aura", | 25 "+ui/aura", |
26 "+ui/base", | 26 "+ui/base", |
27 "+ui/compositor", | 27 "+ui/compositor", |
28 "+ui/gfx", | 28 "+ui/gfx", |
29 "+ui/gl", | 29 "+ui/gl", |
30 "+ui/display", | 30 "+ui/display", |
31 "+ui/native_theme", | |
32 "+ui/ozone/platform/cast/overlay_manager_cast.h", | 31 "+ui/ozone/platform/cast/overlay_manager_cast.h", |
33 | 32 |
34 # TODO(sanfin): Remove this by fixing the crash handler on android. | 33 # TODO(sanfin): Remove this by fixing the crash handler on android. |
35 "!chromecast/app", | 34 "!chromecast/app", |
36 ] | 35 ] |
OLD | NEW |