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",

  # Abseil features must be allowlisted explicitly for now. See
  # //styleguide/c++/c++11.html. Allowed features' headers will be listed
  # explicitly here.
  # Please keep this section in sync with //DEPS.
  '-absl',
  '-third_party/abseil-cpp',
  '+third_party/abseil-cpp/absl/base/attributes.h',
  "+third_party/abseil-cpp/absl/numeric/int128.h",
  '+third_party/abseil-cpp/absl/types/optional.h',
  '+third_party/abseil-cpp/absl/types/variant.h',
  '+third_party/abseil-cpp/absl/utility/utility.h',
]
