Index: content/browser/shared/DEPS |
diff --git a/content/browser/shared/DEPS b/content/browser/shared/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1f9663c219f55355d140b2250b8e61b3ded4ced6 |
--- /dev/null |
+++ b/content/browser/shared/DEPS |
@@ -0,0 +1,20 @@ |
+# This directory is shared between content/browser and content/browser/loader. |
+# c/b/loader is being transitioned into a separate Mojo networking service. See |
+# http://crbug.com/598073. |
+specific_include_rules = { |
+ ".*": [ |
+ "-content", |
+ "+content/browser/shared", |
+ "+content/public/browser/child_process_security_policy.h", |
+ "+content/public/common/resource_type.h", |
+ |
+ # TODO: To be removed. |
+ "+content/browser/site_instance_impl.h", |
+ "+content/common/site_isolation_policy.h", |
+ "+content/public/browser/child_process_data.h", |
+ "+content/public/browser/content_browser_client.h", |
+ "+content/public/browser/render_process_host.h", |
+ "+content/public/common/bindings_policy.h", |
+ "+content/public/common/url_constants.h", |
+ ], |
+} |