Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1358)

Unified Diff: components/usb_service/DEPS

Issue 236203019: Move UsbService to its own component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move usb_service component symbols into usb_service namespace Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/usb_service.gypi ('k') | components/usb_service/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+]
« no previous file with comments | « components/usb_service.gypi ('k') | components/usb_service/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698