OLD | NEW |
(Empty) | |
| 1 # This directory is shared between content/browser and content/browser/loader. |
| 2 # c/b/loader is being transitioned into a separate Mojo networking service. See |
| 3 # http://crbug.com/598073. |
| 4 specific_include_rules = { |
| 5 ".*": [ |
| 6 "-content", |
| 7 "+content/browser/shared", |
| 8 "+content/public/browser/child_process_security_policy.h", |
| 9 "+content/public/common/resource_type.h", |
| 10 |
| 11 # TODO: To be removed. |
| 12 "+content/browser/site_instance_impl.h", |
| 13 "+content/common/site_isolation_policy.h", |
| 14 "+content/public/browser/child_process_data.h", |
| 15 "+content/public/browser/content_browser_client.h", |
| 16 "+content/public/browser/render_process_host.h", |
| 17 "+content/public/common/bindings_policy.h", |
| 18 "+content/public/common/url_constants.h", |
| 19 ], |
| 20 } |
OLD | NEW |