Index: apps/shell/renderer/DEPS |
diff --git a/apps/shell/renderer/DEPS b/apps/shell/renderer/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b201ed57ff58d2b40fb09f7c0f1ad50b8e61877c |
--- /dev/null |
+++ b/apps/shell/renderer/DEPS |
@@ -0,0 +1,12 @@ |
+include_rules = [ |
+ # Only allow includes the renderer can use. |
+ "-content/public/browser", |
+ "+content/public/common", |
+ "+content/public/renderer", |
+ "+content/public/test", |
+ |
+ # TODO(jamescook): Remove these. http://crbug.com/305404 |
+ # Chrome pieces for bring-up. |
+ "+chrome/renderer/extensions/dispatcher.h", |
+ "+chrome/renderer/extensions/extension_helper.h", |
+] |