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

  "+ui/base/buildflags.h",  # Doesn't bring in all of UI.
  "+ui/gfx/x",
  "+ui/events",
]
