include_rules = [
    "+base/memory/scoped_refptr.h",
    "+bindings",
    "+core",
    # We do not want any new dependencies on core/exported or
    # core/frames/Web(Local|Remote)FrameImpl.h until we resolve the control
    # layer.
    "!core/exported",
    "!core/frame/WebLocalFrameImpl.h",
    "!core/frame/WebRemoteFrameImpl.h",
    "+modules",
    "+platform",
    # We are moving from WTF_MAKE_NONCOPYABLE to DISALLOW_COPY_AND_ASSIGN. Stop
    # new dependencies on WTF_MAKE_NONCOPYABLE.
    "!platform/wtf/Noncopyable.h",
    "+public/platform",
    "+public/web",
    "+services/service_manager/public/interfaces/interface_provider.mojom-blink.h",
    "-web",
]
