Chromium Code Reviews| Index: components/usb_service/DEPS |
| diff --git a/components/usb_service/DEPS b/components/usb_service/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9013632dfaf98dba28541df887a34b8284eab9b7 |
| --- /dev/null |
| +++ b/components/usb_service/DEPS |
| @@ -0,0 +1,11 @@ |
| +include_rules = [ |
| + "+chromeos", |
| + |
| + "-content", |
| + "+content/public/browser", |
| + |
| + "-net", |
| + "+net/base", |
| + |
| + "+third_party/libusb", |
| +] |