blob: 1bcb1a18c2fc0e6484f2a57d9511041a63a583e1 [file] [log] [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",
],
# Allow lap_timer.h for perftests
".*perftest\.cc": [
"+cc/debug/lap_timer.h",
],
}