Index: components/webdata/DEPS |
diff --git a/components/webdata/DEPS b/components/webdata/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c9730aa92b9b5a32ff8a6afc5c0a0e65ce283d1b |
--- /dev/null |
+++ b/components/webdata/DEPS |
@@ -0,0 +1,10 @@ |
+include_rules = [ |
+ # Webdata is being made into a component (it will end up at |
+ # //components/webdata and not depend on //chrome), so we have these basic |
Jói
2013/04/04 13:51:23
Nit: This comment should be updated; can do it in
|
+ # rules followed by temporary exceptions. Please don't add to the list of |
+ # exceptions! |
+ "+components/encryptor", |
+ "+content/public/browser", |
+ "+sql", |
+ "+ui", |
+] |