Chromium Code Reviews| Index: components/webdata/DEPS |
| diff --git a/components/webdata/DEPS b/components/webdata/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..de7ac68511bf02a33e60bc9967f6a1c286789d52 |
| --- /dev/null |
| +++ b/components/webdata/DEPS |
| @@ -0,0 +1,12 @@ |
| +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 |
| + # rules followed by temporary exceptions. Please don't add to the list of |
| + # exceptions! |
| + # TODO(caitkp): c/b/webdata DEPS are temporary, until c/b/webdata files move. |
|
kaiwang
2013/04/01 18:09:11
c/b/webdata and c/b/api/webdata?
Cait (Slow)
2013/04/02 17:59:23
Actually, having thought about this, I think it ma
|
| + "+chrome/browser/api/webdata", |
| + "+chrome/browser/webdata", |
| + "+components/encryptor", |
| + "+sql", |
| + "+ui", |
| +] |