chromium/components/search_engines/DEPS

include_rules = [
  "+chromeos/lacros",
  "+chromeos/crosapi/mojom",
  "+components/country_codes",
  "+components/database_utils",
  "+components/google/core",
  "+components/grit/components_scaled_resources.h",
  "+components/infobars/core",
  "+components/keyed_service/core",
  "+components/lens",
  "+components/metrics",
  "+components/omnibox/common",
  "+components/policy",
  "+components/pref_registry",
  "+components/prefs",
  "+components/strings/grit/components_strings.h",
  "+components/strings/grit/search_engine_descriptions_strings.h",
  "+components/signin",
  "+components/sync",
  "+components/sync_preferences/testing_pref_service_syncable.h",
  "+components/url_formatter",
  "+components/variations",
  "+components/version_info/version_info.h",
  "+components/webdata",
  "+google_apis",
  "+net",
  "+services/data_decoder/public",
  "+services/network/public/cpp",
  "+services/network/public/mojom",
  "+services/network/test",
  "+sql",
  "+ui/resources",
  "+third_party/metrics_proto",
  "+third_party/omnibox_proto",
  "+third_party/lens_server_proto",
  "+ui/base",
  "+ui/gfx",

  # From https://crsrc.org/c/docs/debugging_with_crash_keys.md
  # TODO(b/344899110): Cleanup when fixing the bug.
  "+components/crash/core/common/crash_key.h",
]