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