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",
    "+net",
    "+media",
    "+mojo",
    "+services/network/public/cpp/resource_request_body.h",
    "+services/network/public/cpp/shared_url_loader_factory.h",
    "+services/network/public/mojom/url_loader.mojom.h",
    "+services/network/public/mojom/url_loader_factory.mojom.h",
    "+skia/public/interfaces",
    "+third_party/blink/public/common",
    "+third_party/blink/public/mojom",
    "+ui/gfx/geometry",
    "+url",
]
