| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+device/bluetooth", | 2 "+device/bluetooth", |
| 3 "+cc/debug", | 3 "+cc/debug", |
| 4 "+cc/output", | 4 "+cc/output", |
| 5 "+components/prefs", | 5 "+components/prefs", |
| 6 "+components/quirks", | 6 "+components/quirks", |
| 7 "+components/session_manager", | 7 "+components/session_manager", |
| 8 "+components/signin/core/account_id", | 8 "+components/signin/core/account_id", |
| 9 "+components/strings", | |
| 10 "+components/ui_devtools", | 9 "+components/ui_devtools", |
| 11 "+components/user_manager", | 10 "+components/user_manager", |
| 12 "+components/vector_icons", | 11 "+components/vector_icons", |
| 13 "+components/wallpaper", | 12 "+components/wallpaper", |
| 14 "+gpu/config", | 13 "+gpu/config", |
| 15 "+media", | 14 "+media", |
| 16 "+mojo/public", | 15 "+mojo/public", |
| 17 "+services/preferences/public", | 16 "+services/preferences/public", |
| 18 "+services/service_manager/public", | 17 "+services/service_manager/public", |
| 19 "+services/ui/public", | 18 "+services/ui/public", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 49 ] | 48 ] |
| 50 | 49 |
| 51 specific_include_rules = { | 50 specific_include_rules = { |
| 52 "root_window_controller\.*": [ | 51 "root_window_controller\.*": [ |
| 53 "+ash/host" | 52 "+ash/host" |
| 54 ], | 53 ], |
| 55 "touch_transformer_controller\.*": [ | 54 "touch_transformer_controller\.*": [ |
| 56 "+ash/host" | 55 "+ash/host" |
| 57 ], | 56 ], |
| 58 } | 57 } |
| OLD | NEW |