| # 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/util", | |
| ] | |
| specific_include_rules = { | |
| ".*unittest\.cc": [ | |
| "+athena/test", | |
| ], | |
| ".*browsertest\.cc": [ | |
| "+athena/test", | |
| ], | |
| } | |