Chromium Code Reviews| Index: components/webauth/DEPS |
| diff --git a/components/webauth/DEPS b/components/webauth/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..566fb7f23a14e351c6ba459b5045440329a8d94c |
| --- /dev/null |
| +++ b/components/webauth/DEPS |
| @@ -0,0 +1,7 @@ |
| +include_rules = [ |
| + "+content/public", |
|
Mike West
2017/06/27 09:57:39
Prefer `content/public/browser`; we need to make s
|
| + "+content/test", |
| + "+crypto", |
| + "+mojo/public/cpp/bindings", |
| + "+public/platform/modules/webauth", |
| +] |