| specific_include_rules = { |
| # Parts of this class use Ash, but only when run in classic Ash mode. |
| "browser_frame_view_chromeos\\..*": [ |
| "+ash", |
| ], |
| "browser_frame_view_chromeos_browsertest\\.cc": [ |
| "+ash/multi_user/multi_user_window_manager.h", |
| ], |
| "browser_native_widget_ash\\.*": [ |
| "+ash", |
| "+components/app_restore", |
| ], |
| # Parts of this class use Ash, but only when run in classic Ash mode. |
| "browser_view\\.cc": [ |
| "+ash/wm/window_properties.h", |
| ], |
| "dbus_appmenu\\.*": [ |
| "+dbus", |
| ], |
| # This file is ash-only. |
| "immersive_mode_controller_chromeos\\.cc": [ |
| "+ash/wm/window_pin_util.h", |
| ], |
| # Parts of this class use Ash, but only when run in classic Ash mode. |
| "picture_in_picture_browser_frame_view\\.*": [ |
| "+ash", |
| ], |
| "top_controls_slide_controller_chromeos_browsertest\\.cc": [ |
| "+cc/base/math_util.h", |
| ], |
| "system_menu_model_builder\\.cc": [ |
| "+ash/multi_user/multi_user_window_manager.h", |
| "+ash/shell.h", |
| ], |
| } |