Index: components/infobars/DEPS |
diff --git a/components/infobars/DEPS b/components/infobars/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4f66f6c519e5f0966ac7618b1154b21a3aa21a52 |
--- /dev/null |
+++ b/components/infobars/DEPS |
@@ -0,0 +1,8 @@ |
+include_rules = [ |
+ # Infobars is a layered component; subdirectories must explicitly introduce |
+ # the ability to use the content layer as appropriate. |
+ "-content", |
+ |
+ "+ui", |
+ "+third_party/skia" |
+] |