Index: components/bookmarks/DEPS |
diff --git a/components/bookmarks/DEPS b/components/bookmarks/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..648173b1dc37443c72b6f51a3de7f79d4d386a24 |
--- /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 used by embedder that don't use content/ (Chrome on iOS). |
blundell
2014/04/10 13:20:19
I would say "so that it can be shared on iOS."
sdefresne
2014/04/10 15:07:45
Done.
|
+ "-content", |
+] |