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