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