| 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/session_manager", |
| 6 "+components/signin/core/account_id", | 6 "+components/signin/core/account_id", |
| 7 "+components/user_manager", | 7 "+components/user_manager", |
| 8 "+components/wallpaper", | 8 "+components/wallpaper", |
| 9 "+gpu/config", | 9 "+gpu/config", |
| 10 "+grit/ash_resources.h", | 10 "+grit/ash_resources.h", |
| 11 "+grit/ash_strings.h", | 11 "+grit/ash_strings.h", |
| 12 "+media", | 12 "+media", |
| 13 "+mojo/public", | 13 "+mojo/public", |
| 14 "+services/service_manager/public", | 14 "+services/service_manager/public", |
| 15 "+services/ui/public", |
| 15 "+skia/ext", | 16 "+skia/ext", |
| 16 "+third_party/cros_system_api", | 17 "+third_party/cros_system_api", |
| 17 "+third_party/skia", | 18 "+third_party/skia", |
| 18 "+net", | 19 "+net", |
| 19 "+ui", | 20 "+ui", |
| 20 "+win8", | 21 "+win8", |
| 21 "-ash/host", | 22 "-ash/host", |
| 22 "-content", | 23 "-content", |
| 23 "+content/public/common/service_names.mojom.h", | 24 "+content/public/common/service_names.mojom.h", |
| 24 | 25 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 48 "root_window_controller\.*": [ | 49 "root_window_controller\.*": [ |
| 49 "+ash/host" | 50 "+ash/host" |
| 50 ], | 51 ], |
| 51 "shell.cc": [ | 52 "shell.cc": [ |
| 52 "+ash/host/ash_window_tree_host_init_params.h" | 53 "+ash/host/ash_window_tree_host_init_params.h" |
| 53 ], | 54 ], |
| 54 "touch_transformer_controller\.*": [ | 55 "touch_transformer_controller\.*": [ |
| 55 "+ash/host" | 56 "+ash/host" |
| 56 ], | 57 ], |
| 57 } | 58 } |
| OLD | NEW |