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/x11.h",         # Wrapper on <X11/*>.
  "+ui/gfx/x/x11_types.h",   # <X11/*> replacement.
  "+ui/events",
]
