Index: components/content_settings/DEPS |
diff --git a/components/content_settings/DEPS b/components/content_settings/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..df725084904121e9eb4f421d7b21acafabab011a |
--- /dev/null |
+++ b/components/content_settings/DEPS |
@@ -0,0 +1,5 @@ |
+include_rules = [ |
+ # Content settings is a layered component; subdirectories must explicitly |
+ # introduce the ability to use the content layer as appropriate. |
+ "-components/content_settings/content", |
+] |