OLD | NEW |
---|---|
(Empty) | |
1 include_rules = [ | |
2 # Only allow includes the renderer can use. | |
3 "-content/public/browser", | |
4 "+content/public/common", | |
5 "+content/public/renderer", | |
6 "+content/public/test", | |
7 | |
8 # TODO(jamescook): Remove these. http://crbug.com/305404 | |
9 # Chrome pieces for bring-up. | |
10 "+chrome/renderer/extensions/dispatcher.h", | |
11 "+chrome/renderer/extensions/extension_helper.h", | |
12 ] | |
OLD | NEW |