include_rules = [
    # In general this directory should not depend on any of components/,
    # content/ or other third_party/blink directories.
    "-components",
    "-content",
    "-third_party/blink",

    # It is allowed to depend on common chromium stuff (and itself).
    "+base",
    "+build",
    "+cc/paint/element_id.h",
    "+cc/trees/browser_controls_params.h",
    "+components/viz/common/surfaces/local_surface_id.h",
    "+net",
    "+media",
    "+mojo",
    "+services/device/public/mojom",
    "+services/network/public/cpp/resource_request_body.h",
    "+services/network/public/cpp/shared_url_loader_factory.h",
    "+services/network/public/mojom",
    "+skia/public/mojom",
    "+third_party/blink/public/common",
    "+third_party/blink/public/mojom",
    "+ui/base/pointer/pointer_device.h",
    "+ui/base/ui_base_types.h",
    "+ui/events/event_constants.h",
    "+ui/events/types",
    "+ui/display",
    "+ui/gfx/color_space.h",
    "+ui/gfx/display_color_spaces.h",
    "+ui/gfx/geometry",
    "+ui/latency/latency_info.h",
    "+url",
]
