OLD | NEW |
---|---|
(Empty) | |
1 include_rules = [ | |
2 # Do not add chrome/ as an allowed include. Components under | |
3 # content/components MUST NOT depend on anything under src/chrome. | |
4 | |
5 # Subdirectories of content/components/component_name should add the | |
6 # parts of the Content API that they need, | |
7 # e.g. content/components/component_name/browser would add a | |
8 # "+content/public/browser" rule. | |
9 "-content", | |
10 "+content/public/common", | |
11 "+content/public/test", | |
12 ] | |
OLD | NEW |