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