blob: 33693a0a36539ca7e5b6d0d2c7872fea7c0ab0ff [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",
"+core/tests", # Remove after https://codereview.chromium.org/26227002/
"+dl",
"+skia",
"+third_party",
"+webp",
# platform/ shouldn't depends on core/ but unfortunately does (crbug.com/258901).
# Please don't add anything to this list of exceptions.
"!core/accessibility",
"!core/css",
"!core/dom",
"!core/editing",
"!core/fileapi",
"!core/html",
"!core/inspector",
"!core/fetch",
"!core/frame",
"!core/page",
"!core/plugins",
"!core/rendering",
"!core/events/ThreadLocalEventNames.h",
]