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

Unified Diff: device/BUILD.gn

Issue 1369643002: Add configuration and interface permission checks to DeviceImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new method ot Android USB mocks. Created 5 years, 3 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
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 4961292c55c9fca030f0cd129ed5c294fe44783c..6c8277a6cdd3c3e78162dfc6e067d5b21abfc135 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -112,6 +112,8 @@ test("device_unittests") {
sources += [
"devices_app/usb/device_impl_unittest.cc",
"devices_app/usb/device_manager_impl_unittest.cc",
+ "devices_app/usb/fake_permission_provider.cc",
+ "devices_app/usb/fake_permission_provider.h",
"test/test_device_client.cc",
"test/test_device_client.h",
"test/usb_test_gadget_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698