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