chromium/chrome/browser/ui/DEPS

include_rules = [
  "+chrome/browser/image_decoder",
  "+chrome/browser/share",
  "+chrome/updater",
  "+components/browser_ui/client_certificate",
  "+components/browser_ui/device_lock/android",
  "+components/browser_ui/util/android/url_constants.h",
  "+components/country_codes",
  "+components/data_sharing/public",
  "+components/endpoint_fetcher",
  "+components/enterprise",
  "+components/fingerprinting_protection_filter/browser",
  "+components/infobars/android",
  "+components/live_caption",
  "+components/omnibox",
  "+components/page_image_service",
  "+components/page_load_metrics/browser",
  "+components/facilitated_payments/content/browser",
  "+components/facilitated_payments/core/features",
  "+components/power_bookmarks/core",
  "+components/safety_check",
  "+components/saved_tab_groups",
  "+components/segmentation_platform/content",
  "+components/soda",
  "+components/supervised_user/core/common",
  "+components/tab_groups",
  "+components/tpcd/enterprise_reporting",
  "+components/translate/content/android",
  "+components/user_education/common",
  "+components/user_education/test",
  "+components/user_education/webui",
  "+components/user_notes",
  "+components/web_package",
  "+services/content/public",
  "+services/device/public/mojom",
  "+services/screen_ai",
]

specific_include_rules = {
  "application_launch_browsertest\.cc": [
    "+ash/shell.h",
  ],
  "browser_finder_chromeos_browsertest\.cc": [
    "+ash/wm/desks/desk.h",
    "+ash/wm/desks/desks_controller.h",
    "+ash/wm/desks/desks_test_util.h",
  ],
  "browser_navigator_browsertest\.cc": [
    "+ash/shell.h",
  ],
  "dark_mode_manager_linux(_unittest)?\.cc": [
    "+dbus",
  ],
  "fullscreen_controller_interactive_browsertest\.cc": [
    "+ash/shell.h",
  ],
  "popup_browsertest\.cc": [
    "+ash/shell.h",
  ],
  "sad_tab_helper.cc": [
    "+content/common/content_navigation_policy.h",
  ],
  "settings_window_manager_chromeos\.cc": [
    "+ash/wm/window_properties.h",
  ],
  "hid_chooser_controller_unittest\.cc": [
    "+services/device/hid",
  ],
}