| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+device/bluetooth", | 2 "+device/bluetooth", |
| 3 "+cc/debug", | 3 "+cc/debug", |
| 4 "+chromeos", | 4 "+chromeos", |
| 5 "+components/signin/core/account_id", |
| 5 "+components/user_manager", | 6 "+components/user_manager", |
| 6 "+components/wallpaper", | 7 "+components/wallpaper", |
| 7 "+gpu/config", | 8 "+gpu/config", |
| 8 "+grit/ash_resources.h", | 9 "+grit/ash_resources.h", |
| 9 "+grit/ash_strings.h", | 10 "+grit/ash_strings.h", |
| 10 "+media", | 11 "+media", |
| 11 "+skia/ext", | 12 "+skia/ext", |
| 12 "+third_party/cros_system_api", | 13 "+third_party/cros_system_api", |
| 13 "+third_party/skia", | 14 "+third_party/skia", |
| 14 "+net", | 15 "+net", |
| 15 "+ui", | 16 "+ui", |
| 16 "+win8", | 17 "+win8", |
| 17 "-ash/host", | 18 "-ash/host", |
| 18 "-content", | 19 "-content", |
| 19 ] | 20 ] |
| 20 | 21 |
| 21 specific_include_rules = { | 22 specific_include_rules = { |
| 22 "root_window_controller\.*": [ | 23 "root_window_controller\.*": [ |
| 23 "+ash/host" | 24 "+ash/host" |
| 24 ], | 25 ], |
| 25 "shell.cc": [ | 26 "shell.cc": [ |
| 26 "+ash/host/ash_window_tree_host_init_params.h" | 27 "+ash/host/ash_window_tree_host_init_params.h" |
| 27 ], | 28 ], |
| 28 "touch_transformer_controller\.*": [ | 29 "touch_transformer_controller\.*": [ |
| 29 "+ash/host" | 30 "+ash/host" |
| 30 ], | 31 ], |
| 31 } | 32 } |
| OLD | NEW |