# This file dictates which directories can be included in the source files of this folder.
# Please run Tools/Scripts/check-blink-deps after modifying this file.

include_rules = [
    "-core",
    "+core/platform",
    "+dl",
    "+skia",
    "+third_party",
    # platform/ shouldn't depends on core/ but unfortunately does (crbug.com/258901).
    # Please don't add anything to this list of exceptions.
    "!core/dom",
    "!core/fileapi",
    "!core/rendering",
]
