include_rules = [
  # Remove DEPS allowed by ui/base
  "-grit",
  "-jni",
  "-net",
  "-skia",
  "-third_party",
  "-ui",

  "+ui/base/ui_features.h",  # Features header doesn't bring in all of UI.
  "+ui/events",
]
