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

Unified Diff: extensions/common/BUILD.gn

Issue 2418353002: Allow interfaceClass USB device permissions (Closed)
Patch Set: comment on ForDeviceWithAnyInterfaceClass Created 4 years, 2 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: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index c19db2019197eed93fc38cbd3db6b3d1a26b0090..a1e541af734a987de69ac1ce9767434f403fd89e 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -348,6 +348,7 @@ if (enable_extensions) {
"//base/test:test_support",
"//components/crx_file",
"//device/usb",
+ "//device/usb:test_support",
"//extensions:extensions_resources",
# TODO(brettw) these tests should not be including headers from browser.

Powered by Google App Engine
This is Rietveld 408576698