| 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/user_manager", | 5 "+components/user_manager", |
| 6 "+gpu/config", | 6 "+gpu/config", |
| 7 "+grit/ash_resources.h", | 7 "+grit/ash_resources.h", |
| 8 "+grit/ash_strings.h", | 8 "+grit/ash_strings.h", |
| 9 "+grit/ui_resources.h", | |
| 10 "+grit/ui_strings.h", | 9 "+grit/ui_strings.h", |
| 11 "+media", | 10 "+media", |
| 12 "+skia/ext", | 11 "+skia/ext", |
| 13 "+third_party/cros_system_api", | 12 "+third_party/cros_system_api", |
| 14 "+third_party/skia", | 13 "+third_party/skia", |
| 15 "+net", | 14 "+net", |
| 16 "+ui", | 15 "+ui", |
| 17 "+win8", | 16 "+win8", |
| 18 "-ash/host", | 17 "-ash/host", |
| 19 ] | 18 ] |
| 20 | 19 |
| 21 specific_include_rules = { | 20 specific_include_rules = { |
| 22 "root_window_controller\.*": [ | 21 "root_window_controller\.*": [ |
| 23 "+ash/host" | 22 "+ash/host" |
| 24 ], | 23 ], |
| 25 "shell.cc": [ | 24 "shell.cc": [ |
| 26 "+ash/host/ash_window_tree_host_init_params.h" | 25 "+ash/host/ash_window_tree_host_init_params.h" |
| 27 ], | 26 ], |
| 28 "touch_transformer_controller\.*": [ | 27 "touch_transformer_controller\.*": [ |
| 29 "+ash/host" | 28 "+ash/host" |
| 30 ], | 29 ], |
| 31 } | 30 } |
| OLD | NEW |