| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+device/bluetooth", | 2 "+device/bluetooth", |
| 3 "+cc/debug", | 3 "+cc/debug", |
| 4 "+components/quirks", | 4 "+components/quirks", |
| 5 "+components/session_manager", |
| 5 "+components/signin/core/account_id", | 6 "+components/signin/core/account_id", |
| 6 "+components/user_manager", | 7 "+components/user_manager", |
| 7 "+components/wallpaper", | 8 "+components/wallpaper", |
| 8 "+gpu/config", | 9 "+gpu/config", |
| 9 "+grit/ash_resources.h", | 10 "+grit/ash_resources.h", |
| 10 "+grit/ash_strings.h", | 11 "+grit/ash_strings.h", |
| 11 "+media", | 12 "+media", |
| 12 "+mojo/public", | 13 "+mojo/public", |
| 13 "+services/shell/public", | 14 "+services/shell/public", |
| 14 "+skia/ext", | 15 "+skia/ext", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 "root_window_controller\.*": [ | 47 "root_window_controller\.*": [ |
| 47 "+ash/host" | 48 "+ash/host" |
| 48 ], | 49 ], |
| 49 "shell.cc": [ | 50 "shell.cc": [ |
| 50 "+ash/host/ash_window_tree_host_init_params.h" | 51 "+ash/host/ash_window_tree_host_init_params.h" |
| 51 ], | 52 ], |
| 52 "touch_transformer_controller\.*": [ | 53 "touch_transformer_controller\.*": [ |
| 53 "+ash/host" | 54 "+ash/host" |
| 54 ], | 55 ], |
| 55 } | 56 } |
| OLD | NEW |