blob: 038ba10d83131dc5dc838a86c37bad49c3df26ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# NOTE: Please only include major-module dependencies here.
# Individual file include rules should live in extensions/browser/DEPS or
# extensions/common/DEPS.
include_rules = [
"+components/url_matcher",
"+content/public/common",
"+crypto",
"+testing",
"+ui"
]
# Allow test support.
specific_include_rules = {
".*test\.(h|cc)$": [
"+content/public/test",
],
}
|