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

Unified Diff: device/BUILD.gn

Issue 1847183002: Use interface associations to check function permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nit and fixed Windows build. Created 4 years, 9 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 | « chrome/browser/usb/web_usb_permission_provider.cc ('k') | device/device_tests.gyp » ('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 a8870d3fc30c767bc23622aa567ecc62c7abcdec..17ab4280fa25fdbd99e1cfdaa5508da4208a81b0 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -111,8 +111,8 @@ test("device_unittests") {
"test/usb_test_gadget_impl.cc",
"usb/mojo/device_impl_unittest.cc",
"usb/mojo/device_manager_impl_unittest.cc",
- "usb/mojo/fake_permission_provider.cc",
- "usb/mojo/fake_permission_provider.h",
+ "usb/mojo/mock_permission_provider.cc",
+ "usb/mojo/mock_permission_provider.h",
"usb/usb_descriptors_unittest.cc",
"usb/usb_device_filter_unittest.cc",
"usb/usb_device_handle_unittest.cc",
« no previous file with comments | « chrome/browser/usb/web_usb_permission_provider.cc ('k') | device/device_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698