| 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/quirks", | 5 "+components/quirks", |
| 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 "+grit/ash_wm_common_resources.h", | 12 "+grit/ash_wm_common_resources.h", |
| 13 "+media", | 13 "+media", |
| 14 "+skia/ext", | 14 "+skia/ext", |
| 15 "+third_party/cros_system_api", | 15 "+third_party/cros_system_api", |
| 16 "+third_party/skia", | 16 "+third_party/skia", |
| 17 "+net", | 17 "+net", |
| 18 "+ui", | 18 "+ui", |
| 19 "+win8", | 19 "+win8", |
| 20 "-ash/host", | 20 "-ash/host", |
| 21 "-content", | 21 "-content", |
| 22 ] | 22 ] |
| 23 | 23 |
| 24 specific_include_rules = { | 24 specific_include_rules = { |
| 25 "root_window_controller\.*": [ | 25 "root_window_controller\.*": [ |
| 26 "+ash/host" | 26 "+ash/host" |
| 27 ], | 27 ], |
| 28 "root_window_controller_common\.*": [ |
| 29 "-ash", |
| 30 "+ash/ash_export.h", |
| 31 "+ash/root_window_controller_common.h", |
| 32 "+ash/shell_window_ids.h", |
| 33 "+ash/wm/common", |
| 34 "-ui/aura", |
| 35 ], |
| 28 "shell.cc": [ | 36 "shell.cc": [ |
| 29 "+ash/host/ash_window_tree_host_init_params.h" | 37 "+ash/host/ash_window_tree_host_init_params.h" |
| 30 ], | 38 ], |
| 31 "touch_transformer_controller\.*": [ | 39 "touch_transformer_controller\.*": [ |
| 32 "+ash/host" | 40 "+ash/host" |
| 33 ], | 41 ], |
| 34 } | 42 } |
| OLD | NEW |