• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Please do not add dependency to chrome/ and its subdirectories
2
3include_rules = [
4  # Components within athena must state their dependencies explicitly
5  # except for common.
6  "-athena",
7  "+athena/util",
8]
9
10specific_include_rules = {
11  ".*unittest\.cc": [
12    "+athena/test",
13  ],
14}
15
16