1
2
3
4
5
6
7
8
9
10
11
12
cc / base / DEPS [blame]
# Things within cc/base should not depend on things in cc/ outside of cc/base.
include_rules = [
"-cc",
"+cc/base",
]
# Tests can use things in cc/test
specific_include_rules = {
".*unittest\.cc": [
"+cc/test",
],
}