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