Chromium Code Reviews| Index: components/webusb/DEPS |
| diff --git a/components/webusb/DEPS b/components/webusb/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5a415d2e2cf04dccf8271a94558c7fbd98c38a55 |
| --- /dev/null |
| +++ b/components/webusb/DEPS |
| @@ -0,0 +1,10 @@ |
| +include_rules = [ |
| + "+base", |
| + "+components/keyed_service/core", |
| + "+device/core", |
| + "+device/usb", |
| + "+grit/components_strings.h", |
| + "+ui/base/l10n", |
| + "+ui/gfx/image", |
| + "+ui/message_center", |
| +] |