blob: b8ec7302dc4b09795640a1ee5390bdb2d12629f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Please do not add dependency to chrome/ and its subdirectories
include_rules = [
# Components within athena must state their dependencies explicitly
# except for common.
"-athena",
"+athena/common",
]
specific_include_rules = {
".*unittest\.cc": [
"+athena/test",
],
}
|