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

Side by Side Diff: device/usb/DEPS

Issue 1514603006: Implement basic USB device enumeration on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address qinmin's comments. Created 4 years, 11 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chromeos", 2 "+chromeos",
3 "+dbus", 3 "+dbus",
4 "+jni",
4 5
5 "-net", 6 "-net",
6 "+net/base", 7 "+net/base",
7 8
8 "+third_party/libusb", 9 "+third_party/libusb",
9 ] 10 ]
OLDNEW
« no previous file with comments | « device/usb/BUILD.gn ('k') | device/usb/android/java/src/org/chromium/device/usb/ChromeUsbConfiguration.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698