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