| 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/ui_devtools", |
| 7 "+components/user_manager", | 8 "+components/user_manager", |
| 8 "+components/wallpaper", | 9 "+components/wallpaper", |
| 9 "+gpu/config", | 10 "+gpu/config", |
| 10 "+media", | 11 "+media", |
| 11 "+mojo/public", | 12 "+mojo/public", |
| 12 "+services/service_manager/public", | 13 "+services/service_manager/public", |
| 13 "+services/ui/public", | 14 "+services/ui/public", |
| 14 "+skia/ext", | 15 "+skia/ext", |
| 15 "+third_party/cros_system_api", | 16 "+third_party/cros_system_api", |
| 16 "+third_party/skia", | 17 "+third_party/skia", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 43 ] | 44 ] |
| 44 | 45 |
| 45 specific_include_rules = { | 46 specific_include_rules = { |
| 46 "root_window_controller\.*": [ | 47 "root_window_controller\.*": [ |
| 47 "+ash/host" | 48 "+ash/host" |
| 48 ], | 49 ], |
| 49 "touch_transformer_controller\.*": [ | 50 "touch_transformer_controller\.*": [ |
| 50 "+ash/host" | 51 "+ash/host" |
| 51 ], | 52 ], |
| 52 } | 53 } |
| OLD | NEW |