Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / platform / DEPS
1 # This file dictates which directories can be included in the source files of this folder.
2 # Please run Tools/Scripts/check-blink-deps after modifying this file.
3
4 include_rules = [
5     "-core",
6     "+core/platform",
7     "+dl",
8     "+skia",
9     "+third_party",
10     # platform/ shouldn't depends on core/ but unfortunately does (crbug.com/258901).
11     # Please don't add anything to this list of exceptions.
12     "!core/fileapi",
13     "!core/rendering",
14 ]