chromium/components/optimization_guide/DEPS

include_rules = [
  "+components/leveldb_proto",
  "+components/prefs",
  "+components/sync_preferences",
  "+components/unified_consent",
  "+components/variations",
  "+components/version_info",
  "+google_apis",
  "+net",
  "+services/network",
  "+third_party/metrics_proto",
  "+third_party/re2",
  "+third_party/smhasher",
  "+third_party/tflite",
  "+third_party/tflite_support",

  # Optimization Guide is a layered component; subdirectories must explicitly
  # introduce the ability to use the content layer as appropriate.
  "-components/optimization_guide/content",
]