summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/platform/DEPS
blob: 8f464900d633d9793a6e7a482d86e0faec53e0cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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",
]