| OLD | NEW | 
|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2   "+device/bluetooth", | 2   "+device/bluetooth", | 
| 3   "+cc/debug", | 3   "+cc/debug", | 
| 4   "+components/prefs", |  | 
| 5   "+components/quirks", | 4   "+components/quirks", | 
| 6   "+components/session_manager", | 5   "+components/session_manager", | 
| 7   "+components/signin/core/account_id", | 6   "+components/signin/core/account_id", | 
| 8   "+components/ui_devtools", |  | 
| 9   "+components/user_manager", | 7   "+components/user_manager", | 
| 10   "+components/wallpaper", | 8   "+components/wallpaper", | 
| 11   "+gpu/config", | 9   "+gpu/config", | 
| 12   "+media", | 10   "+media", | 
| 13   "+mojo/public", | 11   "+mojo/public", | 
| 14   "+services/preferences/public", |  | 
| 15   "+services/service_manager/public", | 12   "+services/service_manager/public", | 
| 16   "+services/ui/public", | 13   "+services/ui/public", | 
| 17   "+skia/ext", | 14   "+skia/ext", | 
| 18   "+third_party/cros_system_api", | 15   "+third_party/cros_system_api", | 
| 19   "+third_party/skia", | 16   "+third_party/skia", | 
| 20   "+net", | 17   "+net", | 
| 21   "+ui", | 18   "+ui", | 
| 22   "-ash/host", | 19   "-ash/host", | 
| 23   "-content", | 20   "-content", | 
| 24   "+content/public/common/service_names.mojom.h", | 21   "+content/public/common/service_names.mojom.h", | 
| (...skipping 21 matching lines...) Expand all  Loading... | 
| 46 ] | 43 ] | 
| 47 | 44 | 
| 48 specific_include_rules = { | 45 specific_include_rules = { | 
| 49   "root_window_controller\.*": [ | 46   "root_window_controller\.*": [ | 
| 50     "+ash/host" | 47     "+ash/host" | 
| 51   ], | 48   ], | 
| 52   "touch_transformer_controller\.*": [ | 49   "touch_transformer_controller\.*": [ | 
| 53     "+ash/host" | 50     "+ash/host" | 
| 54   ], | 51   ], | 
| 55 } | 52 } | 
| OLD | NEW | 
|---|