OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 # Common is for library/utility code shared by multiple parts of chrome | 2 # Common is for library/utility code shared by multiple parts of chrome |
3 # browser. So it should not depend on other parts of the browser except API. | 3 # browser. It should not depend on other parts of the browser. |
4 "-chrome/browser", | 4 "-chrome/browser", |
5 "+chrome/browser/api", | |
6 "+chrome/browser/common", | 5 "+chrome/browser/common", |
7 ] | 6 ] |
OLD | NEW |