| 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", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "+chromeos/network", | 42 "+chromeos/network", |
| 43 # TODO(jamescook): Eliminate this. http://crbug.com/644361 | 43 # TODO(jamescook): Eliminate this. http://crbug.com/644361 |
| 44 "+chromeos/settings/timezone_settings.h", | 44 "+chromeos/settings/timezone_settings.h", |
| 45 "+chromeos/system", | 45 "+chromeos/system", |
| 46 ] | 46 ] |
| 47 | 47 |
| 48 specific_include_rules = { | 48 specific_include_rules = { |
| 49 "root_window_controller\.*": [ | 49 "root_window_controller\.*": [ |
| 50 "+ash/host" | 50 "+ash/host" |
| 51 ], | 51 ], |
| 52 "shell.cc": [ | |
| 53 "+ash/host/ash_window_tree_host_init_params.h" | |
| 54 ], | |
| 55 "touch_transformer_controller\.*": [ | 52 "touch_transformer_controller\.*": [ |
| 56 "+ash/host" | 53 "+ash/host" |
| 57 ], | 54 ], |
| 58 } | 55 } |
| OLD | NEW |