| OLD | NEW |
| 1 specific_include_rules = { | 1 specific_include_rules = { |
| 2 # Don't add ui/aura to these files. See ash/README.md for details. | 2 # Don't add ui/aura to these files. See ash/README.md for details. |
| 3 "maximize_mode_window_manager(\.cc|\.h)": [ |
| 4 "-ash", |
| 5 "+ash/ash_export.h", |
| 6 "+ash/common", |
| 7 "+ash/wm/maximize_mode", |
| 8 "-ui/aura", |
| 9 ], |
| 3 "maximize_mode_window_state\.*": [ | 10 "maximize_mode_window_state\.*": [ |
| 4 "-ash", | 11 "-ash", |
| 5 "+ash/ash_export.h", | 12 "+ash/ash_export.h", |
| 6 "+ash/common", | 13 "+ash/common", |
| 7 "+ash/wm/maximize_mode", | 14 "+ash/wm/maximize_mode", |
| 8 "-ui/aura", | 15 "-ui/aura", |
| 9 ], | 16 ], |
| 10 "workspace_backdrop_delegate\.*": [ | 17 "workspace_backdrop_delegate\.*": [ |
| 11 "-ash", | 18 "-ash", |
| 12 "+ash/ash_export.h", | 19 "+ash/ash_export.h", |
| 13 "+ash/common", | 20 "+ash/common", |
| 14 "+ash/wm/maximize_mode", | 21 "+ash/wm/maximize_mode", |
| 15 "-ui/aura", | 22 "-ui/aura", |
| 16 ], | 23 ], |
| 17 } | 24 } |
| OLD | NEW |