| include_rules = [ |
| "+extensions/components/native_app_window", |
| "+components/app_constants", |
| ] |
| |
| specific_include_rules = { |
| # These are only used in non-Mash configs. |
| "chrome_native_app_window_views_aura_ash\.*": [ |
| "+ash/utility/wm_util.h", |
| "+ash/frame/non_client_frame_view_ash.h", |
| "+ash/wm/window_state.h", |
| "+ash/wm/window_state_observer.h", |
| "+components/app_restore/full_restore_utils.h", |
| ], |
| "chrome/browser/ui/views/apps/app_dialog/app_dialog_view_browsertest.cc": [ |
| "+chromeos/ash/experiences/arc/mojom/app.mojom.h", |
| ], |
| } |