blob: 80d631accdf645bfa1ccc9a7e6626927cf1545f6 [file] [log] [blame]
# 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/html",
"!core/fetch",
"!core/rendering",
]