OLD | NEW |
---|---|
1 # Please do not add dependency to chrome/ and its subdirectories | 1 # Please do not add dependency to chrome/ and its subdirectories |
2 | 2 |
3 include_rules = [ | |
4 # Components within athena must state their dependencies explicitly. | |
5 "-athena", | |
6 ] | |
OLD | NEW |