| OLD | NEW | 
|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2   "+device/bluetooth", | 2   "+device/bluetooth", | 
| 3   "+cc/debug", | 3   "+cc/debug", | 
|  | 4   "+components/prefs", | 
| 4   "+components/quirks", | 5   "+components/quirks", | 
| 5   "+components/session_manager", | 6   "+components/session_manager", | 
| 6   "+components/signin/core/account_id", | 7   "+components/signin/core/account_id", | 
| 7   "+components/ui_devtools", | 8   "+components/ui_devtools", | 
| 8   "+components/user_manager", | 9   "+components/user_manager", | 
| 9   "+components/wallpaper", | 10   "+components/wallpaper", | 
| 10   "+gpu/config", | 11   "+gpu/config", | 
| 11   "+media", | 12   "+media", | 
| 12   "+mojo/public", | 13   "+mojo/public", | 
| 13   "+services/preferences/public", | 14   "+services/preferences/public", | 
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 45 ] | 46 ] | 
| 46 | 47 | 
| 47 specific_include_rules = { | 48 specific_include_rules = { | 
| 48   "root_window_controller\.*": [ | 49   "root_window_controller\.*": [ | 
| 49     "+ash/host" | 50     "+ash/host" | 
| 50   ], | 51   ], | 
| 51   "touch_transformer_controller\.*": [ | 52   "touch_transformer_controller\.*": [ | 
| 52     "+ash/host" | 53     "+ash/host" | 
| 53   ], | 54   ], | 
| 54 } | 55 } | 
| OLD | NEW | 
|---|