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",
    "+mojo",
    "+third_party/blink/public/common",
    "+third_party/blink/public/mojom",
    "+ui/gfx/geometry",
    "+url",

    # This file should not be included outside of blink, so it does not belong
    # in blink/public.
    "+third_party/blink/common/common_export.h",
]
