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

Unified Diff: device/BUILD.gn

Issue 2017273002: Support USB device hotplug on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add dependency on //device/usb:java. Created 4 years, 7 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 | « no previous file | device/usb/android/java/src/org/chromium/device/usb/ChromeUsbDevice.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index e5d4f88ca8b9b2d5a8cfb2aafec68013696bf482..1bbd3dfc10c2aeb6895e5bf0c2ea6d6734c5e082 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -150,6 +150,7 @@ test("device_unittests") {
deps += [
":bluetooth_test_java",
":bluetooth_test_jni_headers",
+ "//device/usb:java",
]
deps -= [ "//device/battery" ]
}
« no previous file with comments | « no previous file | device/usb/android/java/src/org/chromium/device/usb/ChromeUsbDevice.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698