Index: components/bookmarks/DEPS |
diff --git a/components/bookmarks/DEPS b/components/bookmarks/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a1d5db6c62eb698cea27e5773dc74c3f6c2c8173 |
--- /dev/null |
+++ b/components/bookmarks/DEPS |
@@ -0,0 +1,5 @@ |
+include_rules = [ |
+ # Bookmarks is a component that is not allowed to uses content/ so that it |
+ # can be shared on iOS. |
+ "-content", |
+] |