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

Unified Diff: device/device_tests.gyp

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 | « device/BUILD.gn ('k') | device/usb/mock_usb_device_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index e477b11214b177a2d65626b30d80ed8445a85547..141a76f827b72d3f585458f4ff7697e5d2b08fbb 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -84,8 +84,8 @@
'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 | « device/BUILD.gn ('k') | device/usb/mock_usb_device_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698