| include_rules = [ | |
| # Favicon is a layered component [1]. You will only find Chrome specific | |
| # factories and helper in that directory, the meat of the components is | |
| # located at //components/favicon. | |
| # | |
| # [1]: http://www.chromium.org/developers/design-documents/layered-components-design | |
| "+chrome/browser", | |
| ] | |
| specific_include_rules = { | |
| '.*test\.cc': [ | |
| "+chrome/test", | |
| ] | |
| } |